Subject Re: [firebird-support] Re: Shell Call to Isql from Batch File
Author Helen Borrie
At 01:37 AM 16/03/2004 +0000, you wrote:
>I am getting this error when execute isql:
>"Expected end of statement, encountered EOF"
>
>The isql command that I have issued is:
>isql 'test.gdb' -user sysdba -pass masterkey -i test.sql
>
>The content for test.sql is:
>execute procedure pr_testing;

Scripts need at least one carriage return between the last statement and
the EOF marker.

But you will need a COMMIT statement as well.

/heLen