Page 1 of 1

Zeos TZconnection problem with CGI web app

Posted: 09.12.2005, 20:55
by cmatrix
I am converting a win CGI (CGI Expert) DBISAM app to use ZEOS. However I am having some very bizarre connection problems. When I try to load the app in the browser the executable tries to connect to a random IP address. If that connection is denied it tries to connect to 127.0.0.1. Allowing this I get this error:

Unhandled Exception: SQL Error: Can't connect to MySQL server on '127.0.0.1' (10061)

My settings are made to connect to a MSSQL server at another machine not localhost. Any ideas as to what is wrong?

The app works fine when I switch back to DBISAM instead of ZEOS.