Just a note:
It's not the database that doesn't support batch statements, it's the JDBC driver that doesn't implement it.
another note:
I can use batch statements with the jdbc
dbc bridge to an access database, which is as bare bones as it can get. Unless you are using some obscure database, there is a driver that will support batch updates.
Which database/driver/jdk combination are you using? may be you are using an old jdbc driver or an older jdk
Jamie