Defryn,
Wednesday, July 17, 2002, 12:56:31 AM, you wrote:

D> I have a build an ASP page to enter data in a mysql database.
D> When I open the page I get the following error :

D> Error Type:
D> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
D> [TCX][MyODBC]Lost connection to MySQL server during query
D> /centraladmin/products.asp, line 88

D> When I refresh it works fine. It seems to me it's like a
D> Timeout thing.

Yeah, it can be a cause of this error:
      http://www.mysql.com/doc/G/o/Gone_away.html
      http://www.mysql.com/doc/P/a/Packet_too_large.html

D> This is my connection to the database

D> set oconn = server.createobject("Adodb.connection")
D> oconn.connectionstring = 
"server=192.168.1.73;driver=MySQL;db=supplies;uid=myname;pwd=mypwd"
D> oconn.open





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
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

Reply via email to