Hello everyone, The php manual isn't very clear about when and how ODBC persistent connection are actually closed. I tried with odbc_close_all() but I'm not sure it really closes the connection, since the next call to odbc_pconnect() will be faster than before! The problem is that regularly I really need to close all connections to the ODBC for maintenance... And I would like to do this without shutting down apache ;) Thanks for all your advices! Jean-Francois, 22, France. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php