Subject Re: [firebird-support] Firebird commandline Automation for creating Tables, indexes, etc.
Author Ivan C Cruz
Gaurav Sood wrote:

>Hi Members,
>
>I would like to create a set of tables within Firebird by using a file that
>has the table definitions (Create Table statements), as well as a number of
>triggers, indexes and procedures using the isql utility. Is there a way to
>do it as with sqlplus 'start' statement which allows statements stored
>within a .sql file to execute and create required tables ?
>
>eg. sql:> start create_my_tables.sql
>
>
SQL> input create_my_tables.sql;

>Thanks,
>
>Gaurav
>
>

Ivan.