Re: releasing memory...
From: Armin Zingler (az.nospam_at_freenet.de)
Date: 04/14/04
- Next message: Armin Zingler: "Re: what [] means?"
- Previous message: Armin Zingler: "Re: Creating OCX?"
- In reply to: paruchurip: "releasing memory..."
- Next in thread: Cor Ligthert: "Re: releasing memory..."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Apr 2004 16:08:03 +0200
"paruchurip" <paruchurip@hotmail-dot-com.no-spam.invalid> schrieb
> I wrote a ado.net application that uses dataadapter,connection and
> command objects.
> I have a procedure to populate dataset.I call dispose on all
> objects after dataset is populate and close the connection.
> I see that the application still uses connection on sqlserver(I
> verified this by executing sp_who on sqlserver)
> application dosen't release connection untill I close the form or
> end the application.
> I tried calling gc.collect but this did not work.
> What is work around for this problem ?
> Please suggest
Why not ask in the ADO.NET group?
microsoft.public.dotnet.framework.adonet
-- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
- Next message: Armin Zingler: "Re: what [] means?"
- Previous message: Armin Zingler: "Re: Creating OCX?"
- In reply to: paruchurip: "releasing memory..."
- Next in thread: Cor Ligthert: "Re: releasing memory..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|