MyQuery fill memory..... how to clear?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Rocojo
Posts: 18
Joined: Tue 24 Jan 2006 12:57
Location: Eindhoven, The Netherlands

MyQuery fill memory..... how to clear?

Post by Rocojo » 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.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Tue 28 Feb 2006 16:08

Try downloading last version of MyDAC (4.30.0.10). If problem persists then send us complete small sample to demonstrate it, including script to create server objects.

Albert van Pelt
Posts: 11
Joined: Wed 06 Jan 2010 16:48
Location: Eindhoven

Problem solved ???

Post by Albert van Pelt » Sun 14 Feb 2010 22:24

I have a similar problem, is your problem solved at this moment ?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 15 Feb 2010 09:17

We have fixed this problem in the latest MyDAC build (5.90.0.55). Please, upgrade to this build to solve the problem.

Post Reply