News

I'm trying to parameterise an INSERT statement and feeding executeStatement an array of arrays so that I can batch INSERTs into a table. However, it seems like instead of working (or failing), the ...