Board index » delphi » ADO Memory Leak (BLOB fields)?

ADO Memory Leak (BLOB fields)?

I am trying to append 50,000 records to a SQL2000 database (uses MDAC 2.6)
from a Delphi 5 (with all update packs) app.  The database has one BLOB
field (generally about 100k in size).

The problem is... the app increasingly uses more and more RAM during the
process.  If I comment out the BLOB updating code, it does not use the RAM.
Closing the dataset, or even the app does not release the memory.  Is this a
known problem with ADO?  Any solutions?

Thanks,

Dan English
d...@defined.net

 

Re:ADO Memory Leak (BLOB fields)?


My mistake... I have SQL Server running on the same box... IT was eating up
the extra memory!

-Dan

Other Threads