MyQuery fill memory..... how to clear?
Posted: Tue 28 Feb 2006 15:07
Borland C++ Builder 6
MyDAC 4.0.0.2.8
I am still building a communicationdriver as a DLL.
When i execute an MyQuery->SQL->Text = "select * from table limit 0,100"
and i am doing this a lot of times..... the memory gets full...
why? I thought the MyQuery component is clearing itself when a new query is going to be executed.
MyDAC 4.0.0.2.8
I am still building a communicationdriver as a DLL.
When i execute an MyQuery->SQL->Text = "select * from table limit 0,100"
and i am doing this a lot of times..... the memory gets full...
why? I thought the MyQuery component is clearing itself when a new query is going to be executed.