By furley
via furleydelphia.com
Published: Jul 05 2008 / 14:14
The other day I was working on an app when I got an error message that this practice was causing a conflict. Apparently, the page I was working on wound up opening and closing the same database multiple times and well it just didn’t like that. I got the “connection to the same database” error. After a little research I find that, despite this being the common connection method, it is not necessary to close your connection.
Add your comment