Re: [PHP-DB] How to drop a table when user leaves prematurely?

2001-07-17 Thread Peter J. Krawetzky
an action (drop/create or create). That is an inefficient use of resources and a waste of code. -Original Message- From: BD [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Sunday, July 15, 2001 11:25 PM Subject: [PHP-DB] How to drop a table when user leaves prematurely? Ugh

Re: [PHP-DB] How to drop a table when user leaves prematurely?

2001-07-16 Thread Christopher Ostmo
BD pressed the little lettered thingies in this order... Ugh! I'm sure this is fairly simple, but I have yet to come up with a way to do it... In a nutshell, our application creates, uses and drops a table while the user is working on the site. Unfortunately, because of other

Re: [PHP-DB] How to drop a table when user leaves prematurely?

2001-07-16 Thread -BD-
://www.rfbdproductions.com The Entertainment Center Home Of Radio Free BD For A Difference. - Original Message - From: Christopher Ostmo [EMAIL PROTECTED] To: BD [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, July 16, 2001 1:42 PM Subject: Re: [PHP-DB] How to drop a table when user leaves

[PHP-DB] How to drop a table when user leaves prematurely?

2001-07-15 Thread BD
Ugh! I'm sure this is fairly simple, but I have yet to come up with a way to do it... In a nutshell, our application creates, uses and drops a table while the user is working on the site. Unfortunately, because of other considerations, we can't use a defined temp table - it has to be created