how come when I execute the close command from my app, my connection stays open. I've used:


objcon.close
objcon.dispose
objcon = nothing

when I look in Oracle my connection seems to stay open for about 30 seconds after the close command is executed, then closes...shouldn't they close right away when the close command is executed in the app?