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
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
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
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
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
5 matches
Mail list logo