Subject Re: [Firebird-Java] Re: is CREATE DATABASE supported?
Author Laurent Duperval
rwilcom wrote:

>I use Ant to build the database and pre-load data into the
>database. I do this by creating a SQL script (flat file of SQL
>commands) then use the external execution command for Ant to load
>the SQL file using ISQL (command below). You have to break this
>command up in the Ant "exec" tag - or, instead, create a .cmd or .sh
>file to execute.
>
>isql -input my_data_load.sql
>
>
>

Ah! Ok, thanks!

L