extend life of temporary table
Posted: Wed Mar 05, 2008 7:10 am
I'm trying to use a temporary table in MySQL to hold some results and then output them. However, when you navigate to the next/last page of results the table isn't there.
Is there any way to extend the life of this table or is this not possible?
I've tried using mysql_pconnect() when connecting to the database to keep it open but its not having any effect.
Is there any way to extend the life of this table or is this not possible?
I've tried using mysql_pconnect() when connecting to the database to keep it open but its not having any effect.