http://www
Thu Sep 09 14:14:50 CDT 2004
The data access application block will close a connection if you just passed
it a connection string. In this instance, it will have to open a connection
and since it opened a connection internally in the component you do not have
a connection reference that you can close.
If you create a valid connection and pass it to it, you can always check the
connection state and if the connection state is open you can close it
explicitly.
--
data mining and .net team
http://www.visual-basic-data-mining.net/forum
"Yehuda Tuvia" <020475@noemail.nospam> wrote in message
news:OyXexQdlEHA.3520@TK2MSFTNGP11.phx.gbl...
> Hi all,
> Glad to join you all...
> Does the Data Access Application Block closes the connections associated
to
> him automaticly, After executing a command. Or do I have to close the
> connections manualy?
>
> Jud
>
>