View and vote on the article here: Introduction to Firebird
Introduction to Firebird| Category | | | Summary | | | Body | Introduction to Firebird
Introduction:-
Firebird is an open-source RDBMS (Relational Database Management System) which runs on Microsoft Windows, Linux and other UNIX like platforms. There are many advantages of using Firebird, some of which are listed below:
- Firebird is open-source
- Its free to use
- It is based upon the relational data model given by Dr E F Codd
- Supports triggers
- Supports procedures
- Supports UDFs (User Defined Functions)
- Useful features such as roles, exceptions and database shadows
Firebird supports most of the common programming interfaces, such as:
- ODBC (Open Database Connectivity)
- JDBC (Java Database Connectivity)
- ADO.NET
Installation:-
We are going to look at setting up Firebird on a Windows platform. Here I am assuming Version 1.5.1 which as of now is the latest stable version of Firebird. Get the binary executable setup file and double click on it. You will be greeted with typical window screens like the License Agreement etc. Also choose the type of setup, Super Server, client options etc. Among the last screens will be the one with the configuration options whether you want Firebird to run at startup and the like.
The name of the binary executable in my case was:
Firebird-1.5.1.4481-Win32.exe
After restart, Firebird will be up and running in the background. The package also comes with a utility called 'Guardian' which restarts Firebird, just in case the server crashes. It can be launched both from the start menu and control panel.
The Firebird default administrative account is called 'sysdba' and its default password is 'masterkey'.
For more information, check up the documentation that comes bundled with Firebird, such as Readme.txt and Release Notes in PDF file format, requiring Adobe Acrobat Reader.
References:-
Written by Rae (3 January 2005)
Rae is a member of CAU Knowledge-Bank Tutorial Writers |
|
This article was imported from the CyberArmy University site. (original author: Rae)
There are no replies to this post yet.
|