Subject Re: [firebird-support] Need help
Author mark@lawinegevaar.nl
On Tue, 30 Aug 2011 12:56:44 +0530, "Mahesh Pratihari"
<mahesh.pratihari@...> wrote:
> I am writing the script like this
>
> cd C:\Program Files\Firebird\Firebird_2_5\bin
>
> isql.exe -database
> BG4WS0531:D:\RiTEQFireBird\FB_Backup\TIMETEQ-FIREBIRD-28082011-CLEAN.fdb
> -user 'sysdba' -password 'masterke' -i
> c:\Scripts\spLabourBudget_Assign.sql;
>
>
>
> while executing the script I am getting "Unable to open
> c:\Scripts\spLabourBudget_Assign.sql;" , please guide me why I am
> getting this error though the file and path name is correct.

Remove the semi-colon (;).