Re: [SQL] Postgres closing the connection too fast with php4+apache

2000-12-13 Thread Roberto Mello
On Wed, Dec 13, 2000 at 10:55:03AM +0100, Bruno Boettcher wrote: > > despite this i still get sometimes the dreaded: > Warning: 45 is not a valid PostgreSQL link resource in > /home/bboett/www/fibu/includes/global.php on line 344 >Erreur durant la requete conn = Resource id #45 Pardo

[SQL] Postgres closing the connection too fast with php4+apache

2000-12-13 Thread Bruno Boettcher
Hello, in old days i was used to open the connection to my DB at the begin of the script, make lots of stuff inside the script and eventually close the connection at the end (even if php is supposed to do it for me...). This stopped to work now each time i make a call to the DB i connect, ma