Subject Re: running isql -i to excecute a script
Author robert_clemenzi
--- In firebird-support@yahoogroups.com, Richard <RichardM@m...>
wrote:
>
> Hi,
> I am try to create a database, using the code below, and can do it
> manually, but when I try and put it in a test.sql file, and then
execute
> "isql -i test.sql" I am getting the following error:
> "Expected end of statement, encountered EOF"
>
> the code in my test.sql file is as follows
>
> CREATE DATABASE '192.168.0.199:e:\test.fdb' page_size 8192
user 'SYSDBA'
> password 'masterkey'

Add a semicolon (;) to the end of every command.

Robert Clemenzi