Im trying to connect to an Oracle DB but considering I've never been anywhere near Oracle before Im becoming quite lost. Client is running Oracle9i on another server located on the network.
Im using the below to try and establish a connection:
On running the page I get:
[tt]
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
/index.asp, line 7
[/tt]
Line 7 is the oConn.Open line.
Can anyone supply any links or maybe some past experience with oracle?
Not sure if I need to install other items or maybe im going about connecting to the database in the wrong manner.
- FateFirst
Im using the below to try and establish a connection:
Code:
oConn.Open "Driver={Microsoft ODBC for Oracle};" & _
"Server=SNTEST.world;" & _
"Uid=SYSADM;" & _
"Pwd=SYSADM"
On running the page I get:
[tt]
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: ''
/index.asp, line 7
[/tt]
Line 7 is the oConn.Open line.
Can anyone supply any links or maybe some past experience with oracle?
Not sure if I need to install other items or maybe im going about connecting to the database in the wrong manner.
- FateFirst