Microsoft VBScript runtime (0x800A01FB)
An exception occurred: 'OpenDatabase'
/index.asp, line 9
##### - Removed Username/Password
Having trouble establishing a connection to Oracle.
Any help would be greatly appreciated.
Sample code is taken from:
Thanks!
- FateFirst
An exception occurred: 'OpenDatabase'
/index.asp, line 9
Code:
Set OraSession = CreateObject("OracleInProcServer.XOraSession")
Set OraDatabase = OraSession.OpenDatabase("TEST.WORLD","#####/#####", cint(0)) <--- Line 9
##### - Removed Username/Password
Having trouble establishing a connection to Oracle.
Any help would be greatly appreciated.
Sample code is taken from:
Thanks!
- FateFirst