Subject getting really mad with simple problem
Author d_dude_2003
FB 1.5, i want to execute sql file with isql.exe, the file is:

CONNECT 'C:\Projects\WorkFlowPro\ENVWORKFLOW.GDB' USER 'SYSDBA'
password 'masterkey';

EXECUTE PROCEDURE spUpdateEmployees;

i am using the following command line:

isql.exe -i updateemployees.sql

and i have error: 'Need to have CONNECT/CREATE STATEMENT'.

But i DO have that statement, whats wrong?

Eugene.