Subject | Re: running isql -i to excecute a script |
---|---|
Author | robert_clemenzi |
Post date | 2005-02-24T04:48:29Z |
--- In firebird-support@yahoogroups.com, Richard <RichardM@m...>
wrote:
Robert Clemenzi
wrote:
>execute
> 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
> "isql -i test.sql" I am getting the following error:user 'SYSDBA'
> "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
> password 'masterkey'Add a semicolon (;) to the end of every command.
Robert Clemenzi