Subject | running isql -i to excecute a script |
---|---|
Author | Richard |
Post date | 2005-02-23T23:35:29Z |
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'
Any ideas?
--
Richard Mace
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'
Any ideas?
--
Richard Mace