G
Guest
Hello,
When I have closed my appliciation in VB.NET, and I try to detach my
database from SQL SERVER, I often get a message that the database cannot be
detachted, because it is still in use.
So I think there is some code missing in my application (in the
MDI_FormClosing?)
to make my database is no longer in use.
I already put a Connection.Close in the FormClosing also in a Finally-block
of
that FormClosing, but that does not seem to be enough.
Can someone help me with that?
Many thanks and greetings,
Michel
When I have closed my appliciation in VB.NET, and I try to detach my
database from SQL SERVER, I often get a message that the database cannot be
detachted, because it is still in use.
So I think there is some code missing in my application (in the
MDI_FormClosing?)
to make my database is no longer in use.
I already put a Connection.Close in the FormClosing also in a Finally-block
of
that FormClosing, but that does not seem to be enough.
Can someone help me with that?
Many thanks and greetings,
Michel