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.
MyQuery fill memory..... how to clear?
-
Albert van Pelt
- Posts: 11
- Joined: Wed 06 Jan 2010 16:48
- Location: Eindhoven
Problem solved ???
I have a similar problem, is your problem solved at this moment ?