Re: php temp table question

2003-10-30 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael McTernan wrote: > Hi Larry, > > I was wondering a similar thing, but for JDBC using connection pooling. In > your example you say that 2 people will hit the script at the same time; if > they are using independent connections this should caus

Re: php temp table question

2003-10-28 Thread Steve Buehler
At 03:04 PM 10/27/2003, you wrote: Does anyone know whether the use of persistent connections with php will allow a temp table created by a script to linger around and cause a problem with the next execution of the script when it tries to create the temp table again? It won't. If the client looses

RE: php temp table question

2003-10-28 Thread Michael McTernan
age- > From: Larry Brown [mailto:[EMAIL PROTECTED] > Sent: 27 October 2003 21:44 > To: MySQL List > Subject: RE: php temp table question > > > Thanks, I got the answer from a php developer. In case anyone is > wondering, > according to him the table is dropped at the end

Re: php temp table question (for mysql)

2003-10-28 Thread Alexander Barkov
Larry Brown wrote: Does anyone know whether the use of persistent connections with php will allow a temp table created by a script to linger around and cause a problem with the next execution of the script when it tries to create the temp table again? You are right. There is a simple workaround th

RE: php temp table question

2003-10-27 Thread Larry Brown
Thanks, I got the answer from a php developer. In case anyone is wondering, according to him the table is dropped at the end of the script execution regardless of whether you use persistent connections or not. -Original Message- From: Larry Brown [mailto:[EMAIL PROTECTED] Sent: Monday, Oc