-----Original Message-----
From: bruce
To: 'Curt Zirzow'; [EMAIL PROTECTED]
Subject: RE: [PHP] pconnect...

i meant mysqli/php5 regarding pconnect. although, i've since seen
information that leads me to believe htat pconnect would necessarily in
and
of itself be my solution.
--------------------------

No, it wouldn't.  Persistent connections were only ever a way to try and get faster 
connections to the database when the same logon credentials were used repeatedly.  
They DO NOT, DID NOT, AND NEVER HAVE provided the ability to manage transactions over 
multiple pages.  Give up on this tack and go write your middle-man application or 
whatever else you reckon you need to fulfill your requirement.

Cheers!

Mike.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to