SqlDriverconnect memory leak -
05-02-2006
, 08:55 AM
Hello,
I have SQLServer 2000 (SP4) and MDAC 2.8.
I have a problem, when I connect to SQLServer with SqlDriverConnect, amount of memory is increased about 1024 kb, and when I disconnect and free environments the memory doesn't decrease.
is it a memory leak??? Is there any solution to that leak???
what can I do to solve the problem?
My application have many threads. Each Thread connect to SQLServer using ODBC. My memory is increased quickly.
please can you help me.
thanks a lot. |