RE: [PHP] Closing Databases

2001-02-14 Thread Andrew Hill
Director Technology Evangelism eBusiness Infrastructure Technology http://www.openlinksw.com > -Original Message- > From: Karl J. Stubsjoen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 14, 2001 11:47 AM > To: PHP Mailing List > Subject: [PHP] Closing Databases &g

[PHP] Closing Databases

2001-02-14 Thread Karl J. Stubsjoen
I am making ODBC connections and MySQL connections, and want to make sure I'm closing my connection properly. Someone once replied that you do not need to worry about terminating the query set (for MySQL), that PHP takes care of this for you, is this true for the ODBC connection as well? So what