Subject Running SQL Scripts with JDBC
Author Robert DiFalco
This may be a stupid question, but it's never stopped me before.

Say I have a SQL script of DDL for a schema that was generated by
something like IBWizard. It has embedded comments in the file and such.
How do I have Firebird/Interbase execute this script using JDBC? Do I
have to parse out the comments and various create table lines myself and
send each individual or is there a way to just send the entire file
conents over to the db engine to parse and execute?

R.


[Non-text portions of this message have been removed]