Subject | Running SQL Scripts with JDBC |
---|---|
Author | Robert DiFalco |
Post date | 2003-03-11T19:01:46Z |
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]
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]