[PHP-DB] Problems with PDO mysql

2006-03-06 Thread Escuder Nicolas
Hello, I have made this little example for explain my problem : query("Update Test set data ='" . $data . "';"); ?> If i execute this scripts from php cli the result will be : /enabled=boolean:true;/description=string:"évènements" If i execute this scripts from apache server the re

Re: [PHP-DB] obdc_pconnect problems

2002-07-26 Thread Escuder Nicolas
l" <[EMAIL PROTECTED]> To: "'Escuder Nicolas'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 25, 2002 7:34 PM Subject: RE: [PHP-DB] obdc_pconnect problems > Nicolas, > > I believe the _pconnect functions all close connections

[PHP-DB] obdc_pconnect problems

2002-07-23 Thread Escuder Nicolas
Hello, i use php as not a cgi it is include in my apache my odbc is a custom odbc driver so i try to use odbc_pconnect, the first time it connect to the db i saw the connection tcp by netstat and the next time (on the next page) i reuse pconnect with the same db user pass and sql cursor but

[PHP-DB] obdc_pconnect problems

2002-07-23 Thread Escuder Nicolas
Hello, i use php as not a cgi it is include in my apache my odbc is a custom odbc driver so i try to use odbc_pconnect, the first time it connect to the db i saw the connection tcp by netstat and the next time (on the next page) i reuse pconnect with the same db user pass and sql cursor but i