TUniSQL and DML arrays
Posted: Thu 25 Oct 2012 08:29
Hi,
Is it possible to use DML Arrays with TUniSQL (with Oracle provider), in order to execute n INSERT sql statement at a time (with n parameters) ?
I am talking about the feature that exists in the TOraSQL component, using ArrayLength property and Execute(RecCount) method.
If not,
- is there any chance to see this feature implemented in the future ?
- what is the purpose of the Execute(Iters: Integer) method ? It looks very similar, but I cannot find a way to specify different parameters for each iteration
Thanks for your answer
Is it possible to use DML Arrays with TUniSQL (with Oracle provider), in order to execute n INSERT sql statement at a time (with n parameters) ?
I am talking about the feature that exists in the TOraSQL component, using ArrayLength property and Execute(RecCount) method.
If not,
- is there any chance to see this feature implemented in the future ?
- what is the purpose of the Execute(Iters: Integer) method ? It looks very similar, but I cannot find a way to specify different parameters for each iteration
Thanks for your answer