I am connecting to an Oracle database using a connebction string. However, I am getting the error
Run time error '-2147217871 (80040e31)'
[Oracle][ODBC][Ora]ORA-01013: user requested cancel of current operation.
My connection string is
Set con = CreateObject("ADODB.Connection")
Set rs = CreateObject("ADODB.Recordset")
con.Open "Driver={Oracle ODBC Driver}; Dbq=Oracle; Uid=userid; Pwd=password;Connect Timeout=0;Command Timeout=0"
Any help would be appreciated.
Run time error '-2147217871 (80040e31)'
[Oracle][ODBC][Ora]ORA-01013: user requested cancel of current operation.
My connection string is
Set con = CreateObject("ADODB.Connection")
Set rs = CreateObject("ADODB.Recordset")
con.Open "Driver={Oracle ODBC Driver}; Dbq=Oracle; Uid=userid; Pwd=password;Connect Timeout=0;Command Timeout=0"
Any help would be appreciated.