> Am I right that even though I can use prepared statement I cannot rerun the > query several times without recreating the statement every time? I have a lot > of cases when I have to make a lot of same inserts basing on xml data from > request body.
http://java.sun.com/docs/books/tutorial/jdbc/basics/prepared.html regards -- Torsten