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.

[Filter fodder: SQL]

-- 
Keith C. Ivey <[EMAIL PROTECTED]>
Tobacco Documents Online
http://tobaccodocuments.org

---------------------------------------------------------------------
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