Subject Re: [firebird-support] Help my please with the instalation
Author Helen Borrie
At 08:45 AM 3/04/2004 -0500, you wrote:
>Hi all
>
>A month ago i downloaded the firebird 1.5 , "Firebird-1.5.0.4306-Win32.exe"
>3,949.197 bytes
>My first question is : this version is client only ? then need too the
>server
>version ?

It is the installer for the server and the client.


>2.- I try configured the firebird.conf,

If you performed a standard install, you should not have had any need to
configure anything. What did you change in firebird.conf?

>but when try create a database "create
>database aaa.fdb"; the isql report : Statement failde, SQLCODE= - 904
>unavailable database . Whyyyy ??? Please any examples exact of all this,
>where find ?

SQL> SET NAMES ISO8859_1;
SQL> create database 'd:\data\MyData.fdb' user 'sysdba' password
'masterkey' default character set ISO8859_1;

--you need the full path.

Go to www.ibphoenix.com and get the Quick Start Guide. It is for v.1.0,
but there should be enough there to start you off.


>Help me please, urgent, why i need take desicion of use fierbird or not. I
>use
>Delphi3 and plane usar Delphi6 if it is necesary, why need do applications
>with
>datases
>
>Send me copy for your replay to my email : lbanda@...

Replies will come to the list and you should receive them in your mailbox
automatically.

/heLen