Subject | Re: [firebird-support] Connection problems with Classic |
---|---|
Author | Paul Vinkenoog |
Post date | 2007-02-09T03:06:47Z |
Hi Helen,
CREATE DATABASE they are mandatory. Talk about consistency ;-)
Kind regards,
Paul Vinkenoog
> Thomas, just as a reality check, was the above sample a copy/pasteWith CONNECT they are optional (unless the path includes spaces). With
> from the isql shell? If so, where are the quotes on the strings?
>
> SQL> connect localhost:employee.fdb user sysdba password masterkey;
>
> should be
>
> SQL> connect 'localhost:employee.fdb' user 'sysdba' password 'masterkey';
CREATE DATABASE they are mandatory. Talk about consistency ;-)
Kind regards,
Paul Vinkenoog