> If I take the semi-colon approach, I cannot use a PreparedStatement
> easily, which is fine. I read somewhere that the implementation of
> executeBatch() just executes all of the statements one-by-one, which
> would be as slow as executing separate statements.
seems to me that it wouldn't be as slow. for one thing you'd eliminate all
the network traffic.
john