Dear all
I have a vb connection string in my program which has been connecting to oracle 8.0 successfuly for months. Oracle has now been upgraded to oracale 9.0 and the connection string won't work. The DSN works successfully but when run through the program I get the following message:-
-2147467259 specified driver could not be loaded due to system error 5 (Oracle in OraHome92).
The connection string is as follows:-
.ConnectionString = "Oracle;DATABASE=;DSN=;UID=;Password=;"
I don't know whether it's anything to do with the install of oracle (this was done by someone else). I can't see it being that as the DSN test works.
would appreciate some help please. cheers Sandra
I have a vb connection string in my program which has been connecting to oracle 8.0 successfuly for months. Oracle has now been upgraded to oracale 9.0 and the connection string won't work. The DSN works successfully but when run through the program I get the following message:-
-2147467259 specified driver could not be loaded due to system error 5 (Oracle in OraHome92).
The connection string is as follows:-
.ConnectionString = "Oracle;DATABASE=;DSN=;UID=;Password=;"
I don't know whether it's anything to do with the install of oracle (this was done by someone else). I can't see it being that as the DSN test works.
would appreciate some help please. cheers Sandra