Subject | Re: [firebird-support] Re: Unavailable database |
---|---|
Author | Thomas Steinmaurer |
Post date | 2012-02-13T06:21:31Z |
Hi Helen,
>> Try:But it works with isql of Firebird 2.5.2 snapshot. ;-)
>>
>> isql 'localhost:C:\Program Files
>> (x86)\Firebird\Firebird_1_5\examples\employee.fdb' -user 'sysdba'
>> -password 'masterkey'
>
> Syntax is wrong here, Thomas. The parameters must not be enclosed in single quotes.
> However, the connection string almost certainly needs to be in double quotes, because of the space and the brackets in the path.Thomas
>
> Try:
> isql "localhost:C:\Program Files
> (x86)\Firebird\Firebird_1_5\examples\employee.fdb" -user sysdba -password masterkey
>
> ./heLen