You are not logged in.
I tried the following code but it ran out of memory
SQL := 'SELECT ID,HTML FROM TenderData ';
Tbl :=FDB.ExecuteList([TTenderData],SQL);
Offline
There is no cursor.
Use paging.
Search the forum first - and you will find e.g. https://synopse.info/forum/viewtopic.ph … 584#p27584
Offline