Subject | Re: [firebird-support] Isql and connect to database... |
---|---|
Author | Helen Borrie |
Post date | 2004-01-27T12:31:43Z |
At 01:16 PM 27/01/2004 +0100, you wrote:
No to the quotes on the user name and password. (but they do need the
single quotes for the isql command-line syntax).
If you still get the problem then isql might be finding the wrong client
library.
Are you sure you have the server running?
/hb
>Hi, I usually use Database Workbench when working with firebird, but I'mYes to the double quotes for the path, because of the space in the pathname.
>trying to connect to my database using isql. Either I get a "command
>error" or "uanavailable database" so maybe my syntax is wrong...?
>
>SQL> CONNECT "c:\firebird\database one\test.fdb" USER 'sys' PASSWORD
>'pwd';
>* returns: Statement failed, SQLCODE = -904, unavailable database
No to the quotes on the user name and password. (but they do need the
single quotes for the isql command-line syntax).
If you still get the problem then isql might be finding the wrong client
library.
>Of course. It is interpreting "one" as a command, because of the space.
>SQL> CONNECT c:\firebird\database one\test.fdb USER 'sys' PASSWORD
>'pwd';
>* returns: Command error: ...
Are you sure you have the server running?
/hb