Subject Re: [Firebird-Architect] Batch statements
Author Vlad Horsun
> Roman is correct. I'm talking about sending one statement with many
> XSQLDA. The server would then loop through all the parameters,
> executing the statement many times, and then return the results in one
> set.

Which statements can be executed with many XSQLDA's ?
INSERT\UPDATE\DELETE only ? Is SELECT allowed ? If so - how
result sets will be returned ? As UNION ALL or something different ?
How errors is handled ? Will we return N instances of status-vector
or we will stop execution after the first error ?

Regards,
Vlad