Oracle 8.1.6 client [message #67001] |
Thu, 22 May 2003 09:11 |
Earl Pearson
Messages: 1 Registered: May 2003
|
Junior Member |
|
|
I recently had to have my Oracle client upgraded to 8.1.6 from 8.0.5 in order to accomodate the latest DBArtisan release. This works fine, but I can no longer use the following connection string in my VB programs:
connString = "User ID=UserID;Password=PW;Data Source=SourceDB;Provider=MSDAORA.1"
I now have to use this string:
connString = "User ID=UserID;Password=PW;Data Source=SourceDB;Provider=OraOLEDB.Oracle.1
Which works ok on my PC, but when I move the code to computers still using the 8.0.5 client, it will not work.
Is there some way around this problem.
|
|
|