Subject Re: [firebird-support] getting really mad with simple problem
Author Ivan Prenosil
> isql.exe -i updateemployees.sql
>
> and i have error: 'Need to have CONNECT/CREATE STATEMENT'.
>
> But i DO have that statement, whats wrong?

Just add -q switch.

isql.exe -q -i updateemployees.sql

Ivan