On Wed, 2002-09-25 at 10:10, Keith C. Ivey wrote:
> On 25 Sep 2002, at 0:57, John Coder wrote:
> 
> > So it's probably the fact that I didn't make the connection persistent
> > that screwed me up sometimes I feel so stupid.
> 
> I don't think that will help.  Read Paul's message again.  Even if 
> you make the connection persistent, you can't be sure you'll get the 
> same connection for the other page.
> 
> In a Web application, I don't think temporary tables are useful if 
> you need them to be shared between pages.  One solution I've used is 
> to create an ordinary table with a unique name and then drop it when 
> you're finished with it.
> 
> -- 
> Keith C. Ivey <[EMAIL PROTECTED]>
> Tobacco Documents Online
> http://tobaccodocuments.org

That's what I resorted to doing and yes I cahnged it to mysql_pconnect
and it didn't make a diff.

John


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to