Subject | Re: [firebird-support] Need help |
---|---|
Author | mark@lawinegevaar.nl |
Post date | 2011-08-30T07:45:02Z |
On Tue, 30 Aug 2011 12:56:44 +0530, "Mahesh Pratihari"
<mahesh.pratihari@...> wrote:
<mahesh.pratihari@...> wrote:
> I am writing the script like thisRemove the semi-colon (;).
>
> 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.