Hi, Please send a SQLDBC trace for the connect. You can enable the trace by using sqldbc_cons as follows:
sqldbc_cons config trace sql on Regards, Thomas Simenec SAP Labs Berlin -----Original Message----- From: Jeremy LeprÃtre [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 30. MÃrz 2005 17:59 To: [email protected] Subject: Php & MaxDB problem Importance: High Hi, Our technical environment : SuSE 7.3, Apache 1.3.20, PHP 4.3.6, MaxDB 7.5.0.24. We have compiled PHP with MaxDB option as it is described in the installation guide (http://dev.mysql.com/doc/maxdb/pdf/php.pdf). But weâve got a problem on connection to the local TEST database. This script doesnât work : <?php $link = maxdb_connect("localhost", "TOTO", "TOTO", "TEST"); ?> This return this message on screen : Warning: maxdb_connect(): -10709 Connection failed (RTE:Ã [EMAIL PROTECTED]) [] in /gb/www/max.php on line 2 We have verified the database : it works fine, the login and password are good, and x_server is started. What could it be ? Best regards
