Néstor Boscán <[EMAIL PROTECTED]> writes: > Hi > > Is it possible with Derby to run Scripts from JDBC?
Yes, if you have derbytools.jar in the classpath you can use the method runScript() in org.apache.derby.tools.ij. See http://db.apache.org/derby/docs/10.3/publishedapi/jdbc4/org/apache/derby/tools/ij.html for details. -- Knut Anders
