Connection String with sql db
I received the following error when I open asp file
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
/asbuilt/trip.asp, line 131
connection string is following.
set cn=server.CreateObject("adodb.connection")
cn.ConnectionString="Provider=SQLOLEDB.1;Integrate d Security=SSPI;Persist Security Info=False;Initial Catalog=dcil;Data Source=Auhtripdc"
cn.Open
our sql server location changed, new connection string can be generate
by odbc (data source) ?
Regards
Martin
|