Hello
i have the same problem with ExecuteArray returning wrong count of processed records as was described in this post
I had a look at DirectPath example and here are the results:
if I change the line 173 from (MainUnit procedure TMainForm.ArrayInsertBenchmark
to show the count:
ExecuteArray(0, j);
to:
showmessage(inttostr(ExecuteArray(0, j))+' '+inttostr(j));
I get the result of ExecuteArray:1242476
j = 2 (two lines in the file)
we use DOA 4.1.0.0
it was working well in 4.0.5.0
Any ideas?
Thank you
i have the same problem with ExecuteArray returning wrong count of processed records as was described in this post
I had a look at DirectPath example and here are the results:
if I change the line 173 from (MainUnit procedure TMainForm.ArrayInsertBenchmark

ExecuteArray(0, j);
to:
showmessage(inttostr(ExecuteArray(0, j))+' '+inttostr(j));
I get the result of ExecuteArray:1242476
j = 2 (two lines in the file)
we use DOA 4.1.0.0
it was working well in 4.0.5.0
Any ideas?
Thank you