Databases - Firebird Installation

Firebird is available at SourceForge. However, there is no configuration/installation guide.

The following is from a FAQ

On my system, Path is not a parameter.
server is the name of the machine that is running the Firebird server.


ODBC


Windows 98

Set Driver to Set Database Name to In the Database Explorer, set ODBC DSN (only valid values appear in the list) and User Name (the ODBC name will not be used). Leave Database Name blank.

In the Database Explorer, when the connection is via ODBC, only Tables and Procedures are visible, and you are not able to add or restructure tables.

In the default database, several tables produce "key violation" errors, but they read ok using the BDE INTERBASE driver.


Windows XP

With Windows XP, I never got ODBC to work.


Database Desktop

This provides a Paradox like interface to databases. It allows you to create new INTERBASE tables, but does not allow you to modify existing tables.

In general, this interface is not very useful for Interbase/Firebird databases.

Run this via Start / Programs / Delphi / Database Desktop

To open a Firebird table, click the Table Open toolbar icon ( or File / Open / Table...) and select the appropriate BDE alias. Once you have logged on, you can select the table.


Create a new Database

You can use ISQL (Start / Programs / InterBase / InterBase Windows ISQL) to create a new database.


Download Firebird Be sure to get a released version - the beta's don't have an installer.

InterBase Frequently Asked Questions contains many helpful topics.


Author: Robert Clemenzi - clemenzi@cpcug.org
URL: http:// cpcug.org / user / clemenzi / technical / Databases / Firebird / Installation.html