Search found 1 match
- 03.04.2011, 13:49
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Memory Leak With ADO
- Replies: 1
- Views: 572
Memory Leak With ADO
Opening and closing lots of queries that point to an ADO connection (which is pointing to a MS SQL database in my case) is causing massive memory leaks. Even closing the entire connection does not free up the memory. Unfortunately, I can't modify the MS SQL database in any way to change data types o...