Recently we have been implementing batched SQL calls using iBatis through JDBC.
IT appears that iBatis will reorganize batch statements into homogenous calls and treat them as separate batches.... The problem is that is if you do not serially add the homogenous statements, each 'change' from homogeneity results in a separate batch... Does this sound correct? Is there something we can do to control the batching of heterogeneous calls? Thank you, Christopher
