Subject Re: ISQL.exe and batch ?
Author Alexander V.Nevsky
--- In firebird-support@yahoogroups.com, "akestion" <akestion@y...>
wrote:
> hello,
>
> Can you tell me how to use ISQL.exe to send a complete for creation
> of a database (database, domains, tables,triggers...).
>
> What command to use in batch procedure.
>
> something like :
>
> Isql.exe
> exec my_scipt.sql
>
> I know my exemple is quite simple but i hope you understand what i
> mean.

Akim,

isql -i my_scipt.sql

more information on isql you can find in free IB6 Opeartions Guide.

Best regards,
Alexander.