Subject Re: Error -904 when creating a new Firebird 1.0 database
Author fredlaub
Hi again,

I solved my problem but I don't know how.
That's what I did:
- uninstall of Firebird.
- installation of Interbase 6
- registration of database that comes with the installation => maybe
that's what unblocked the registry
- creation of a database
- uninstall of interbase
- re-installation of firebird
- creation of database
- no more errors
The mysteries of the Windows registry!
Thanks for your time anyway.

Regards
Frederic

--- In ib-support@y..., "fredlaub" <fredlaub@n...> wrote:
> Hi,
> I get following message when trying to create a new database with
> isql:
> -904 unavailable database
> My script:
> CREATE DATABASE 'G:\dbFred\mainfred1.gdb'
> USER 'fred' PASSWORD 'fredxyz1234'
> PAGE_SIZE 2048
> DEFAULT CHARACTER SET 'UNICODE_FSS'
> FILE 'G:\dbFred\mainfred2.gdb' STARTING AT PAGE 10001 LENGTH 10000
> PAGES;
>
> I have administrator rights.
> I looked in the newsgroup and I didn't find anything on the subject.
> It's the first time I'm creating a database on my system.
> My set-up:
> Windows2000 professional with 256Mo memory.
> Firebird 1.0 running locally
> Services running:
> Firebird Guardian Service
> Firebird Server
>
> Your help will be appreciated.
> Frederic
>
> PS I'm migrating from Oracle