TVirtualTable.LoadFromFile does not work
Posted: Fri 10 Dec 2010 15:45
I'm using postgres data 2.0
The problem is really very very simple.
At runtime I load 21,000 records into a table TVirtualTable,
SaveToFile C: \ XXX,
I close the program ..
Start program .. load data with LoadFromFile .. and It raise an exception in
VirtualTable at APPEND command Line 1521
for j := 0 to RecordCount - 1 do begin
Append;
try
for i := 0 to LocFieldDefs.Count - 1 do begin
Field := FieldArr;
Best Regard
Carlo Narcisi
The problem is really very very simple.
At runtime I load 21,000 records into a table TVirtualTable,
SaveToFile C: \ XXX,
I close the program ..
Start program .. load data with LoadFromFile .. and It raise an exception in
VirtualTable at APPEND command Line 1521
for j := 0 to RecordCount - 1 do begin
Append;
try
for i := 0 to LocFieldDefs.Count - 1 do begin
Field := FieldArr;
Best Regard
Carlo Narcisi