Is it possible to get a count of all open resultsets?

Hi there, my program uses a huge amount of resultsets and so on, and i think i have closed all, but sometimes it hangs. So, is it possible to resolve how many resultsets are currently unclosed? I use (i have to use ...) a MS Access database.Thanks
[275 byte] By [mpatecka] at [2007-10-2 4:36:30]
# 1
Resultsets are one per connection unless you have copied them. Do you have lots of connections are you properly reusing them or at least closing and discarding all references?See tutorial and Javadoc of API too
darteda at 2007-7-16 0:09:04 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...