Re: Memory Leak - taking ADO out of the equation



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.


.



Relevant Pages

  • Re: Unable to persist/save ADO records
    ... to debug, I actually changed it to ADODB, but it did not work. ... 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. ...
    (microsoft.public.data.ado)
  • Re: Reviewing my code. Displaying a BLOB image through a browser
    ... Set objConn = Server.CreateObject ... "adodb" in this and the other CreateObject lines that follow. ... Please reply to the newsgroup. ...
    (microsoft.public.inetserver.asp.db)
  • Re: ADODB and .Net
    ... Therefore the first question, why ADODB? ... did you know that there is a newsgroup about Ado for dotnet? ... I have an include ADODB at the top of the file as a namespace. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: ASP Error message - Need fast Help Please
    ... Your question is miles beside this newsgroup. ... It is classic ASP ... It is Adodb ... It is VBS ...
    (microsoft.public.dotnet.languages.vb)
  • Memory Leak - taking ADO out of the equation
    ... I suspect I have a memory leak in my VB application, which is a data tier ... for a SQL Server back-end using ADODB. ...
    (microsoft.public.data.ado)

Loading