Here is a sweet coding bug: else if (sql.startsWith("DELETE "));
This should be: else if (sql.startsWith("DELETE ")) This bug is in the method void nextExecuted(String sql) of BatchConnection.java -- Norman Jarvis [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>