Subject | Re: [firebird-support] Firebird commandline Automation for creating Tables, indexes, etc. |
---|---|
Author | Ivan C Cruz |
Post date | 2006-01-28T04:59:28Z |
Gaurav Sood wrote:
>Hi Members,SQL> input create_my_tables.sql;
>
>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
>
>
>Thanks,Ivan.
>
>Gaurav
>
>