memory problems using new direct mode with objects
Posted: Mon 27 Apr 2015 07:33
Hi,
I have problems using new version of ODAC direct mode with spatial objects. On principle my program works, but just browsing a table whith more then about 300 records causes my program to crash whith "out of memory".
[code]
Query.SQL.Add('Select ID, GEOMETRY from NF_KF');
Query.Active;
While not Query.EOF
Query.Next;
[/code]
Stefan
I have problems using new version of ODAC direct mode with spatial objects. On principle my program works, but just browsing a table whith more then about 300 records causes my program to crash whith "out of memory".
[code]
Query.SQL.Add('Select ID, GEOMETRY from NF_KF');
Query.Active;
While not Query.EOF
Query.Next;
[/code]
Stefan