Hi,
I'd like to insert a large array of integers into the database (15000)
However I can't seem to get PreparedStatement.setArray() to work.
I saw a patch in the archives regarding this but I'm not in control of
the java installation which I'm using.
I'm currently converting my array into a string before inserting it
and using setString()... However this is *very* slow!
Any advice would be much appreciated,
Conor