Subject Create database problems, windows server 2003
Author Bill Oliver
Hi all!

I have installed Firebird 1.5.2 on a Windows 2003 server machine.

When I try to create a database, I get this:

C:\Temp>isql
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'fred.fdb' user 'sysdba' password 'masterkey';
Statement failed, SQLCODE = -904

unavailable database
SQL>


Any suggestions? The service is started, I've installed superserver,
I
have looked for old copies of gds32.dll in the windows\system32
directory, and tried everything I can think of.

-bill