Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle 7 and 8 Drivers for W2K
Message
From
09/08/2000 13:14:25
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00402327
Message ID:
00402890
Views:
16
Mark:

I just can't seem to get the Microsoft Oracle driver to work in our environment. When I set up a DSN, using the server name without '.world' in the box, it doesn't work. It also doesn't work when I use the SQLStringConnect command:

lnHandle = SQLStringConnect('Driver=Microsoft ODBC for Oracle;UID=myID;PWD=myPassword;connectstring=servername;')

But this does work:

lnHandle = SQLStringConnect('Driver=Oracle ODBC Driver;UID=myID;PWD=myPassword;DBQ=servername.world;')

as well as the regular DSN entry using the Oracle driver. I've also read in the documentation for the Oracle driver that the database has to be Oracle 8 or
better. Apparently this driver doesn't work with Oracle 7, and I am not able to install the earlier NT drivers without getting errors.

Linda
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform