Re: [PHP-DB] obdc_pconnect problems

2002-08-29 Thread Andrew Hill
] 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 if you close the script - they are most useful when you have multiple connections

Re: [PHP-DB] obdc_pconnect problems

2002-07-26 Thread Escuder Nicolas
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 if you close the script - they are most useful when you have multiple

RE: [PHP-DB] obdc_pconnect problems

2002-07-25 Thread Andrew Hill
Nicolas, I believe the _pconnect functions all close connections if you close the script - they are most useful when you have multiple connections in a single page. Also, are you using the CGI version of PHP? Pconnects are not persistent with this version. Best regards, Andrew Hill Director