Subject | RE: [firebird-support] Gbak on Classic |
---|---|
Author | Nigel Weeks |
Post date | 2006-06-02T02:37:10Z |
> Just switched SS to classic and am having trouble doing aUse the hostname in the connection string.
> GBak from the
> command prompt using the following
>
> gbak -B c:\c.fdb c:\c.fbk -USER SYSDBA -PAS masterkey
>
> I think this is what I usually do with SS why is it not working?
>
gbak -B localhost:c:\c.fbk -USER SYSDBA -PAS masterkey
AFAIK, SS (on windows) allows local filesystem connects. CS doesn't. It's a
protection mechanism.
N