Subject | Re: Problems getting started with Firebird |
---|---|
Author | labtech1652 |
Post date | 2005-08-01T06:54:41Z |
--- In firebird-support@yahoogroups.com, "labtech1652"
<labtechsupport@i...> wrote:
I found the problem by searching the forum; the entries is double
quotes need to be in single quotes e.g.
SQL> CONNECT 'C:\Program Files\Firebird\Firebird_1_5
Database:'C:\Program Files\Firebird\Firebird_1_5
with the double quotes as shown.
I also found I could do;
SQL> connect 'C:\Program Files\Firebird\Firebird_1_5
\examples\employee.fdb' user 'sysdba' password 'masterkey';
and connect properly to the database.
This may help out some other newbies.
Cheers,
Marcus
<labtechsupport@i...> wrote:
> I am a new user of Firebird and am having trouble connecting withthe
> example database, employee.fdb.Hi,
>
> I am currently trying Firebird in application mode, but get the same
> problem in server mode. I am running Firebird on the same computer I
> am trying to connect the database to. I get the following error;
>
> SQL> CONNECT "C:\Program Files\Firebird\Firebird_1_5
> \examples\firebird.fdb"
> CON> user 'SYSDBA' password 'masterkey';
> Command error: CONNECT "C:\Program Files\Firebird\Firebird_1_5
> \examples\firebird.fdb"
> user:'SYSDBA'password'masterkey'
I found the problem by searching the forum; the entries is double
quotes need to be in single quotes e.g.
SQL> CONNECT 'C:\Program Files\Firebird\Firebird_1_5
> \examples\firebird.fdb'CON> user 'SYSDBA' password 'masterkey';
Database:'C:\Program Files\Firebird\Firebird_1_5
> \examples\firebird.fdb' user:sysdbaIt was confusing because the Quick Start Guide gives the procedure
with the double quotes as shown.
I also found I could do;
SQL> connect 'C:\Program Files\Firebird\Firebird_1_5
\examples\employee.fdb' user 'sysdba' password 'masterkey';
and connect properly to the database.
This may help out some other newbies.
Cheers,
Marcus