The language that im using is asp.The error is as below :
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]General network error. Check your network documentation.
/prodview.asp, line 7
Thanks
User Profile
Collapse
-
still having problem with connection of sql server
hi,
im still having problem with sql server connection. my server is not at the same place, it's at other country. the command that i have used is as below :
<%
Set demoConn = Server.CreateOb ject("ADODB.Con nection")
demoPath="DRIVE R={SQLServer};" & _
"SERVER=ip address of server;UID=user name;" & _
"PWD=password;D ATABASE=databas e"
... -
SQL server connection
hi,
im new for sql server. im having a problem with connecting to sql server using asp. the coding that i have used for connection as below
<%
dim cn, rs
set cn=server.Creat eObject("adodb. connection")
cn.Open "Provider=SQLOL EDB;SERVER=serv er ip add;DATABASE=te stdata.mdf;UID= username;PWD=pa ssword;"
set rs=server.Creat eObject("adodb. recordset")
... -
hi,
im using this coding for the connection to sql server
<%
Set demoConn = Server.CreateOb ject("ADODB.Con nection")
demoPath="DRIVE R={SQLServer};" & _
"SERVER=servern ame;UID=usernam e;" & _
"PWD=password;D ATABASE=databas e"
demoConn.open demoPath
%>
but still couldnt, is there any setup that i have to do. something...Leave a comment:
-
connection to sql server
Hi,
Im using asp code. how to i connect to sql server. could anyone provide me the coding to connect. and how to setup the connection. -
Information about sql server
hi,
we planning to migerate from Ms access to sql server. could anyone provide me more information about sql server, how it's work, advantages, and the differences between ms access and sql server coding wise ( update,select and add new coding )
Please do provide me the sql server ( update,select, add new and connection coding )
thanks
No activity results to display
Show More
Leave a comment: