I have MySQL server on NT 4.0 SP6a
I connect to the db through this asp script :

strConnection = "driver={MySQL};server=xxx.xxx.xxx.xxx;uid=" + UID +
";database=" + DBName + ";password=" + Passwd + ";port=xxxx;";
adoDataConn = Server.CreateObject("ADODB.Connection");
adoDataConn.Open(strConnection);

I got the following error message when trying to connect from an ASP page on
another Server than the one running MySQL (if the page is on the same server
eveything is fine) :

Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[TCX][MyODBC]Can't connect to MySQL server on 'xxx.xxx.xxx.xxx' (10061)
/4x4/lib/conmysql.js, line 17

Does anyone know a solution ?

Thanks

Nicolas Villatte
______________________________________________________
IT Manager

Creative Web SPRL
Rue Kessels straat, 38
1030 Brussels

Office Phone: +32 2 2450110
Office Fax: +32 2 2161628
Mobile Phone : +32 477 588136

Internet Mail: mailto:[EMAIL PROTECTED]
Visit us on the web: http://www.creativeweb.be
______________________________________________________



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