Re: [PHP] odbc_pconnect doesnt reuse connection

2002-04-03 Thread eric.coleman
al Message - From: "Maris Kalnins" <[EMAIL PROTECTED]> To: <> Sent: Wednesday, April 03, 2002 10:11 AM Subject: Re: [PHP] odbc_pconnect doesnt reuse connection > because odbc_connect takes some time to establish connection > while odbc_pconnect establishes it once

Re: [PHP] odbc_pconnect doesnt reuse connection

2002-04-03 Thread Maris Kalnins
aris Kalnins" <[EMAIL PROTECTED]> > To: < > Sent: Wednesday, April 03, 2002 3:07 AM > Subject: [PHP] odbc_pconnect doesnt reuse connection > > > > Hi! > > > > Configuration: WinXP, the latest Apache, PHP4 > > > > The problem is that every t

Re: [PHP] odbc_pconnect doesnt reuse connection

2002-04-03 Thread eric.coleman
Why won't you just use odbc_connect ? - Original Message - From: "Maris Kalnins" <[EMAIL PROTECTED]> To: < Sent: Wednesday, April 03, 2002 3:07 AM Subject: [PHP] odbc_pconnect doesnt reuse connection > Hi! > > Configuration: WinXP, the latest Apache, P

[PHP] odbc_pconnect doesnt reuse connection

2002-04-02 Thread Maris Kalnins
Hi! Configuration: WinXP, the latest Apache, PHP4 The problem is that every time the script runs and the following command is executed $cx=odbc_pconnect($G_dbname, $G_dblogin, $G_dbpassw); it happens very often that a new connection is created instead of reusing the old one! Is there any idea w

[PHP] odbc_pconnect doesnt reuse connection

2002-04-02 Thread Maris Kalnins
Hi! Configuration: WinXP, the latest Apache, PHP4 The problem is that every time the script runs and the following command is executed $cx=odbc_pconnect($G_dbname, $G_dblogin, $G_dbpassw); it happens very often that a new connection is created instead of reusing the old one! Is there any idea w