Subject Re: [firebird-support] After install, what's happens?
Author David Cornelius
Geppo wrote:
> Hy to all,
> I can't connect to Employee.fdb, or create a new database, getting
> the error: Statement failed, SQLCODE = -904
>
> That's what i've done:
> OS: Windows XP-PRO.
> - Install Firebird-1.5.0.4306-Win32.exe (several times and options)
> - Install Marathon_1.5.0_Rel.zip
>
> The Guardian says that Firebird server has been started,
> (...)\bin\isql.exe works, giving me the SQL prompt, but there are no
> wat to connect to any database.

Assuming you installed to the default drive C: and assuming there was no
previous installation of Firebird or InterBase (leaving behind gds32.dll in
the windows\system32 directory), try this:

C:> ISQL -u sysdba -password masterkey

SQL> CONNECT
servername:c:/progra~1/firebird/firebird_1_5/examples/employee.fdb;


"servername" should be replaced with either "localhost" or the name of your
server, of course. After sucessful connect, you should get a line that starts
with "Database: " and lists the database you just connected to along with the
username connected with.


--
David Cornelius
CorneliusConcepts.com