dexter195 <[EMAIL PROTECTED]> writes: > Ok, so il just have to split them up and run them in seperatly then. Thanks > for that.
Alternatively, you could use the runScript() method in org.apache.derby.tools.ij, which does exactly that for you. See the javadoc here: http://db.apache.org/derby/docs/10.3/publishedapi/jdbc4/org/apache/derby/tools/ij.html#runScript(java.sql.Connection,%20java.io.InputStream,%20java.lang.String,%20java.io.OutputStream,%20java.lang.String) -- Knut Anders
