Subject | Re: running isql -i to excecute a script |
---|---|
Author | Adam |
Post date | 2005-02-24T04:12:14Z |
You probably need an enter after the last line in test.sql
--- In firebird-support@yahoogroups.com, Richard <RichardM@m...>
wrote:
--- In firebird-support@yahoogroups.com, Richard <RichardM@m...>
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'
>
> Any ideas?
>
> --
> Richard Mace