Subject RE: [firebird-support] Re: Argggh - unavailable database -904
Author Brenden Walker
> -----Original Message-----
> From: firebird-support@yahoogroups.com
> [mailto:firebird-support@yahoogroups.com] On Behalf Of hay77772000
> Sent: Monday, May 09, 2005 2:22 PM
> To: firebird-support@yahoogroups.com
> Subject: [firebird-support] Re: Argggh - unavailable database -904
>
> --- In firebird-support@yahoogroups.com, "lance8086" <lance8086@y...>
> wrote:
> > --- In firebird-support@yahoogroups.com, "hay77772000" <dhay@l...>
> > wrote:
> >
> > > Any other ideas, anyone?
> >
> > Those -904 errors are descriptive, aren't they?
> >
> > Let's see your connection string
> > sql> connect 'database' ...
> Hi,
>
> Sure:
>
> SQL> connect 'c:\Program Files\Firebird\Firebird_1_5\data\OLYMPUS_PROT
> OTYPE.GDB' user 'SYSDBA' password 'masterkey';
>
> that fails with -904.
>
> SQL> connect 'localhost:c:\Program
> Files\Firebird\Firebird_1_5\data\OLYMPUS_PROTOTYPE.GDB' user 'SYSDBA'
> password 'masterkey';
>
> That works.

Make sure you have your .dll files (fbclient.dll and/or gds32.dll) I had
that same problem and traced down to the wrong version .dll earlier in
the path, or using fbclient.dll to access Interbase 5.6 (works, but you
have to provide a computer name).. Of course, I have both IB5.6 and
FB1.5 installed and coexisting, so maybe that's not the problem.. Just
thought I'd suggest it.