Click to See Complete Forum and Search --> : MS SQL 2000 memory increasing!


delz_a
December 19th, 2003, 11:55 PM
Guy,

The have experience a SQL memory increase during program operation. And the memory is not decresing even I have already close the Database connection. What do you think the cause of this problem?

I'm using ODBC .
I have define:

CDatabase DTbase
...
DTbase.Open(odbc,FALSE,FALSE,user);
...
CGetData gd(&DTbase);// I have define- class CGetData : public CRecordset-
...
gd.Close();
...
DTbase.ExecuteSQL( strExec );
...
DTbase.Close();
.


I highly appriciate your help.