Re: Connection is closed, but not disposed or released
Just to clarify, a data adapter opens and closes the connection as it needs it. For instance on a log in where it checks for username and password. You may code to use a data adapter to get a dataset to check for this. The da should open the connection to get the data from the data base then close and your program uses the dataset for its work.
tk
Subject
Written By
Posted
Re: Connection is closed, but not disposed or released
January 25, 2005 07:41AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.