ExecuteArray

Robertas

Member²
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
 
Hi,

i have the same problems:

On ExecuteArray-Call raised the OnArrayError-callback. And the return value of the call is very strange (something like 12321.. )

I use CBuilder 2007 and DOA 4.1.1

Have you any idea to fix that?

regards
 
Back
Top