Subject | Isql and connect to database... |
---|---|
Author | Henrik Sitter |
Post date | 2004-01-27T12:16:12Z |
Hi, I usually use Database Workbench when working with firebird, but I'm
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
SQL> CONNECT 'c:\firebird\database one\test.fdb' USER 'sys' PASSWORD
'pwd';
* returns: Statement failed, SQLCODE = -904, unavailable database
SQL> CONNECT c:\firebird\database one\test.fdb USER 'sys' PASSWORD
'pwd';
* returns: Command error: ...
Any help appreciated.
Henrik :-)
[Non-text portions of this message have been removed]
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
SQL> CONNECT 'c:\firebird\database one\test.fdb' USER 'sys' PASSWORD
'pwd';
* returns: Statement failed, SQLCODE = -904, unavailable database
SQL> CONNECT c:\firebird\database one\test.fdb USER 'sys' PASSWORD
'pwd';
* returns: Command error: ...
Any help appreciated.
Henrik :-)
[Non-text portions of this message have been removed]