The error given is
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
/Application/Query.asp, line 6
Basically I am trying to connect to an Oracle 9i database
The code is as follows
Set cnGAME = CreateObject("ADODB.Connection"
cnGAME.Open "Provider=SQLOLEDB;" & _
"Data Source=(local);" & _
"Initial Catalog=games;" & _
"User Id=;" & _
"Password=;"
Does anyone know what it should be?
Thanks in advance,
Patros.
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
/Application/Query.asp, line 6
Basically I am trying to connect to an Oracle 9i database
The code is as follows
Set cnGAME = CreateObject("ADODB.Connection"
cnGAME.Open "Provider=SQLOLEDB;" & _
"Data Source=(local);" & _
"Initial Catalog=games;" & _
"User Id=;" & _
"Password=;"
Does anyone know what it should be?
Thanks in advance,
Patros.