I have a build an ASP page to enter data in a mysql database.
When I open the page I get the following error :
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[TCX][MyODBC]Lost connection to MySQL server during query
/centraladmin/products.asp, line 88
When I refresh it works fine. It seems to me it's like a
Timeout thing.
This is my connection to the database
set oconn = server.createobject("Adodb.connection")
oconn.connectionstring =
"server=192.168.1.73;driver=MySQL;db=supplies;uid=myname;pwd=mypwd"
oconn.open
Any ideas?
Sql query
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php