Subject | Re: [Firebird-Java] Re: is CREATE DATABASE supported? |
---|---|
Author | Laurent Duperval |
Post date | 2004-10-07T15:47:09Z |
rwilcom wrote:
L
>I use Ant to build the database and pre-load data into theAh! Ok, thanks!
>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
>
>
>
L