I previously was running my visual basic program on vb6, Win 2000 with mdac 2.5 and an oracle 8.1.6 client. Now, I am running Windows XP with vb6, mdac 2.7 and an oracle 9.2 client on my machine and i get the following error at the cnnOrclConnection.Open line:
method open of object _connection failed
Public cnnOrclConnection As New ADODB.Connection, _
primaryRS As New ADODB.Recordset
Public Sub GetConnections()
cnnOrclConnection.Open "DSN=museum;UID=museum;PWD=123;SERVER=museump;"
Exit Sub
The odbc connection tests fine and so does a tnsping. So what has changed now that I need to fix? Is it Oracle 9 that is causing this? Any help is appreciated!!
-Julia
method open of object _connection failed
Public cnnOrclConnection As New ADODB.Connection, _
primaryRS As New ADODB.Recordset
Public Sub GetConnections()
cnnOrclConnection.Open "DSN=museum;UID=museum;PWD=123;SERVER=museump;"
Exit Sub
The odbc connection tests fine and so does a tnsping. So what has changed now that I need to fix? Is it Oracle 9 that is causing this? Any help is appreciated!!
-Julia