Firebird: Difference between revisions

From eStream Software
(Created page with "==Introduction== Firebird is our '''SQL Product Engine'''. It must be install in the same computer where the database it keep.<br> Current we had 3 Firebird Server Version * F...")
 
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Introduction==
==Introduction==
Firebird is our '''SQL Product Engine'''. It must be install in the same computer where the database it keep.<br>
Firebird is our '''SQL Product Engine'''. It must be install in the same computer where the database it keep (For [[Network]] User only).<br>
Current we had 3 Firebird Server Version
* [https://github.com/FirebirdSQL/firebird/releases/download/R3_0_4/Firebird-3.0.4.33054_0_x64.exe Firebird 3.0]
* Firebird 1.5.6
* Firebird 2.1.4 (Recommended Version)
* Firebird 2.5.1


Each Version is come with 32 and 64 Bit Version except for Firebird 1.5.6 which only had 32 Bit.
==Setup==
==Setup==
Just double click the Firebird Setup File and click Next follow the wizards till End.<br>
Just double click the Firebird Setup File and click Next follow the wizards till End.<br>
Line 15: Line 11:
::[[File:Installation.Firebird01.jpg]]
::[[File:Installation.Firebird01.jpg]]
After finish install Firebird Server, you may install the '''Firebird Control Center'''.
After finish install Firebird Server, you may install the '''Firebird Control Center'''.
<div style="float: right;">  [[#top|[top]]]</div>
==Firebird Control Center==
==Firebird Control Center==
This application is only for Windows Vista & above.  It a replacement of default '''Firebird Server Manager''' which can't run on Windows Vista & above.<br>
This application is only for Windows Vista & above.  It a replacement of default '''Firebird Server Manager''' which can't run on Windows Vista & above.<br>
Line 21: Line 19:
This is the '''Firebird Control Center''' look like
This is the '''Firebird Control Center''' look like
::[[File:Installation.Firebird03.jpg]]
::[[File:Installation.Firebird03.jpg]]
<div style="float: right;">  [[#top|[top]]]</div>
==See also==
* General [[Installation]]
* [[Standalone]] Installation
* [[Network]] Installation

Latest revision as of 00:34, 22 September 2020

Introduction

Firebird is our SQL Product Engine. It must be install in the same computer where the database it keep (For Network User only).

Setup

Just double click the Firebird Setup File and click Next follow the wizards till End.

For Window Vista & above Only
On half way installation you will see windows something like below.
Untick the option "Install Control Panel Applet?"

Installation.Firebird01.jpg

After finish install Firebird Server, you may install the Firebird Control Center.

Firebird Control Center

This application is only for Windows Vista & above. It a replacement of default Firebird Server Manager which can't run on Windows Vista & above.
This is the Default Firebird Server Manager look like

Installation.Firebird02.jpg

This is the Firebird Control Center look like

Installation.Firebird03.jpg

See also