Subject | Re: [ib-support] newbie questions |
---|---|
Author | Doug Chamberlin |
Post date | 2002-01-20T22:35:45Z |
At 01/20/2002 03:11 PM (Sunday), Duilio Foschi wrote:
database. I then add a set which populate the database with relatively
static lookup data records.
to the database. Add COMMIT statements where you want transactions to be
committed. Run the script from WISQL. This is what I do for the above
mentioned script to create a database.
>what do you do when creating a new database ? Do you add tables, indexes,I create a set of script files which can be run to re-create the empty
>triggers and costraints one by one using IB_SQL or the like ? Or do you
>create a big script that does everything ?
database. I then add a set which populate the database with relatively
static lookup data records.
>how can I run several sql statements one after another from an SQL editorPut them into a text file which starts with a CONNECT statement to connect
>like WISQL ?
>
>I'd like to run several INSERTs at a time, like
to the database. Add COMMIT statements where you want transactions to be
committed. Run the script from WISQL. This is what I do for the above
mentioned script to create a database.