HowTo Install Firebird 2.0.3 Database Server On Ubuntu 7.10
This tutorial explains how you can install the Firebird database server (version 2.0.3) on an Ubuntu 7.10 server.
Posts about softwares and people currently using Firebird as database engine
This tutorial explains how you can install the Firebird database server (version 2.0.3) on an Ubuntu 7.10 server.
Excerpt from article on ComputerWorld:
Vitek says MailServer 6.5 also includes an updated Outlook plug in that lets people read and write mail, make calendar changes and other groupware tasks while disconnected from the Kerio MailServer. The new plug in includes a Firebird database that captures all the work you do while on the road and updates everything once you connect back to the server. Another benefit of using Firebird, Vitek points out, is that users now will have full-text search of everything stored in the database.
I was very surprised realizing that my Win 32 Lazarus+Firebird embedded application can be installed and running on PCBSD (www.pcbsd.org) OS under Wine. Although I couldn’t install Win32 Firebird server, it seems that embedded server (consists of .dll files) works OK! One more option for multiplatform pograming…
Regards,Zlatko
I have been configuring a fair number of Linux database servers for a line-of-business application; it runs the Firebird SQL database in server mode only (no application code at all – just DB).
All of these are the wonderful Dell PowerEdge 2950 units with the PERC6i RAID controller, and my typical configuration is 6x 146G 15k SAS drives. These are the highest-performance, highest capacity solution in 3.5″ drives.
This week I looked at Firebird2 and decided to give it a try. In a few minutes I discovered that the package libqt4-sql (the one that provides support for accessing databases from Qt4 apps) comes with just a few drivers enabled (coincidentally the ones that I mentioned above). Firebird is NOT enabled by default.
Here is how it was solved
I’ve been messing around with Django for a while now and having fun. It reminded me of why and how I got started in this field.
[ED:There is an nice firebird mention ]
Using Apache, Webware and Firebird as the database I set out to build something.
Firebird? Yes anything to avoid the MySQL bandwagon. I couldn’t say for sure now, but at the time Firebird was far superior to MySQL. The Firebird team didn’t think that ACID properties, foreign key constraints, stored procedures etc. were just some esoteric optional extras for something with pretensions to being an RDBMS.
Firebird is being used (and distributed) in several applications produced by DataSUS. SUS is the name of the unified public health system in Brazil. DataSUS is the department responsible for the development of computer applications, etc.
The applications are used in hospitals spreaded in the whole country. You can find several references of Firebird in DataSUS site, like here and here. Probably there are thousands of Firebird servers running only in the Brazilian’s hospitals.
Einstein, a group of universities in Brazil, is now offering extension courses based on Firebird:
More information here (in portuguese).
[ED]I know that a lot of universities here in Brazil uses Firebird as the default database for their computing courses, but it is the first time I see one of them offering extension courses based only in Firebird.
I want to exchange some ideas. I have a class to connect to the database Firebird. All classes that need access to the database is inherited this class. What is the best way to make connection to the database?