Windows 2000 Advanced Server with all patches and SRs.
IIS is all patched up.
The ODBC driver is from the mySQL site, I downloaded it just the other day.
Sounds like I'm reinstalling AS this weekend along with upgrading my desktop machine :)
Ok, I'm having a problem with my ASP pages and mySQL. The problem lies with in the connection. For the longest time I was recieving this error message:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[TCX][MyODBC]Can't create TCP/IP socket (10093)
/mysql/connection.asp, line 4...
The DSN setup for the MySQL driver does not give the test button, the screen is dramatically different for it then other ODBC drivers. Am I missing something??
New connection.asp is
<%@ LANGUAGE="VBSCRIPT" %>
<%
Set MyConn = Server.CreateObject("ADODB.Connection")...
Andrew maybe I was vague. I am indeed running mySQL. I was saying I do not have Access on my server PC in order to test the DNS connection. I configured it correctly I believe but recieved the same error message in the ASP script when I tried connecting to it via DNS. Is there another way I...
I'm having problems accessing the mySQL database via ASP. IIS and mySQL are running on the same machine. The error message I get is:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[TCX][MyODBC]Can't create TCP/IP socket (10093)
/mysql/connection.asp, line 4
The connection.asp...
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.