How to find oracle odbc driver

pravi1991

Honorable
Feb 22, 2012
1
0
10,510
Hello,
i am using oracle 10g and visual basic 6.0..for some reason i am getting a compiler error as 'no data sources and no default driver found' i added my system uid n password for oracle in the system dns for odbc connection. my os is 32 bit and windows 7 home basic...i dont know wat else to do please help..i want to know how to connect front end back end here, how to add data sources..im using ADO and my database consists of a single table with a query for retrieving all the fields.
 

ksiemb

Distinguished
Nov 15, 2009
154
0
18,660

http://www.oracle.com/technetwork/indexes/downloads/index.html
http://msdn.microsoft.com/en-us/library/windows/desktop/ms713590%28v=vs.85%29.aspx?ppud=4
 

Imran Tazak

Honorable
Jan 29, 2014
1
0
10,510


 
@Pravi, vb6.0 is almost as old as you are. If you are building new application, why not build on something more modern? Visual Basic.NET is pretty good up-step from VB6.0, you can reuse your language skills, and recent Visual Stiodio editions are much better in data binding.