Re: Memory Leak - taking ADO out of the equation
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Wed, 19 Dec 2007 16:07:59 -0500
Robert Morley wrote:
I suspect I have a memory leak in my VB application, which is a data
tier for a SQL Server back-end using ADODB. What I'd like to do, to
the extent possible, is to take ADO's memory usage out of the
equation. In other words, during testing, I'd like to open a
recordset/connection/whatever, then close it again and de-reference
it, and somehow tell ADODB to flush any caches that it's retaining,
de-allocate any buffers it's not using, etc.
No, it's not ADODB that's doing this flushing, it's the VB runtime.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
.
- Follow-Ups:
- Re: Memory Leak - taking ADO out of the equation
- From: Robert Morley
- Re: Memory Leak - taking ADO out of the equation
- References:
- Memory Leak - taking ADO out of the equation
- From: Robert Morley
- Memory Leak - taking ADO out of the equation
- Prev by Date: Memory Leak - taking ADO out of the equation
- Next by Date: Re: Memory Leak - taking ADO out of the equation
- Previous by thread: Memory Leak - taking ADO out of the equation
- Next by thread: Re: Memory Leak - taking ADO out of the equation
- Index(es):
Relevant Pages
|
Loading