Page 1 of 1

Memory Leak in TMyTable.Append

Posted: Sun 14 Nov 2010 16:02
by Topas
Hi,

I am using the TMyTable :
REPEAT
MyTable.Append;
MyTableFieldName.AsString:='different values';
...
MyTable.Post;
UNTIL I=50000;

After adding about 50000 records I have a noticeable leak of memory. If I use a TMyQuery there is no problem ....

Is this a known issue ?

Posted: Wed 17 Nov 2010 08:40
by AndreyZ
Hello,

I could not reproduce the problem. Please specify the table structure you are using for testing.