Hi
I've installed ODBC .Net Data Provider and MDAC 2.7 on my web server, but why does it always give error when I use the System.Data.ODBC namespace?
The import part of my code is as follows:
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.Odbc" %>...
Hmm I tried pinging the SQL server (by machine name and IP) but it didn't respond (request timed out) even though the SQL server machine is visible from the network neighbourhood.
Any ideas why this happens?
Thanks!
Hi
Whenever I tried accessing my SQL Server 7.0 database with SQLConnection in ASP.Net, I always get the error: 'Specified SQL server not found'. My code is like:
Dim Con As New SQLConnection("server=SQLSRV;database=northwind")
Conn.open()
SQLSRV is the name of my SQL server on the...
Hi
Whenever I tried accessing my SQL Server 7.0 database with SQLConnection in ASP.Net, I always get the error: 'Specified SQL server not found'. My code is like:
Dim Con As New SQLConnection("server=SQLSRV;database=northwind")
Conn.open()
SQLSRV is the name of my SQL server on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.