I need a little help!
I have an application that uses ADO to connect to an Oracle 8.0 database. I open connections and close the connections. So for all practical purposes I should never have more than one connection open to the database.
Here is the strange part : When I check connections on the oracle side (using TOAD or Enterprise Manager) it shows a connection from the computer running the VB application for ever time I opened a connection.
After each close of the connection I am setting the object to "NOTHING."
When I shut down the application all threads are cleared.
Can someone please help understand what is happening? I really can not have 100+ connections to the database for one application!![/color red]
I have an application that uses ADO to connect to an Oracle 8.0 database. I open connections and close the connections. So for all practical purposes I should never have more than one connection open to the database.
Here is the strange part : When I check connections on the oracle side (using TOAD or Enterprise Manager) it shows a connection from the computer running the VB application for ever time I opened a connection.
After each close of the connection I am setting the object to "NOTHING."
When I shut down the application all threads are cleared.
Can someone please help understand what is happening? I really can not have 100+ connections to the database for one application!![/color red]