connect to sql server
From: TJS (nospam_at_here.com)
Date: 01/04/05
- Next message: mikekimber1: "Scalar Functions in Group By Clause returning invalid values"
- Previous message: Craig HB: "Re: Storing Employee details"
- Next in thread: Uri Dimant: "Re: connect to sql server"
- Reply: Uri Dimant: "Re: connect to sql server"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 4 Jan 2005 01:48:56 -0800
I can connect to my database with everything but my ASP page.
>From the page I get this error message:
---------------------------------------------------
"[Microsoft][ODBC SQL Server Driver][DBNETLIB]
SQL Server does not exist or access denied"
the connection string is:
--------------------------------
strConnect= "Driver={SQL Server};" & _
"Server= (local);" & _
"Database=mybd;" & _
"Uid=myuid;" & _
"Pwd=mytpwd"
Set objconn = Server.CreateObject("ADODB.Connection")
objconn.ConnectionTimeout = 30
objconn.open strConnect
why this error?
- Next message: mikekimber1: "Scalar Functions in Group By Clause returning invalid values"
- Previous message: Craig HB: "Re: Storing Employee details"
- Next in thread: Uri Dimant: "Re: connect to sql server"
- Reply: Uri Dimant: "Re: connect to sql server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|