Hello,
You should never, never, never leave your database connections open under the assumption that they will be closed at some point by ASP because this can lead to Memory Leaks which, I imagine, is causing your problem. Go back through your site and physically close the connections to your database.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========