I ran into something today/yesterday which might be the same problem. When you use cfqueryparam coldfusion will 'pool' the sql statement - meaning that db connection will stay open with 'a' cursor to that pooled statement
I specifically was having problem with a max-open-cursors error, but I suppose it could also happen with connections http://jehiah.com/archive/maximum-open-cursors-exceeded I remember getting max-processes errors before, but i'll have through my notes, because it isn't on my site. -- [EMAIL PROTECTED] http://jehiah.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198129 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

