Firebird 2 Quick Start Guide
The Firebird 2 Quick Start Guide is now 100% ready, and available at
http://www.firebirdsql.org/pdfmanual/Firebird-2-QuickStart.pdf
Technical articles, How-tos, guides, etc.
The Firebird 2 Quick Start Guide is now 100% ready, and available at
http://www.firebirdsql.org/pdfmanual/Firebird-2-QuickStart.pdf
This article was written about InterBase by Borland in the mid-1990’s. The factual description still applies to Classic and SuperServer in Firebird in 2006, but the implications related to project direction and reliability do not apply to Firebird. The Firebird project fully supports the Classic architecture on all platforms and recommends its use in multi-processor environments.
You can watch the powerpc porting thread on sf.net devel mailing list
UPDATE:firebird started on powerpc (make passed create_db stage so first database was correctly created on that platform)
From Jim Starkey:
I said in a post this morning that I thought a single code base for
superserver and classic was a mistake. I thought it might be useful to
elaborate.
Software required :Firebird sql server 2.0 Release candidate 4 or higher, MojoPortal, Net 1.1 or higher.
Read More on the MojoPortal’s documentation area
Some clarification about charset settings for the various DBMS (MySQL, PostgreSQL, Firebird/Interbase, Oracle, Sqlite) and a call for help for charset setting support in PEAR::MDB2.
We have an opportunity to have a session at Solution Linux 2007 (Paris)
I will talk about migration from MsSQL to Firebird
I post here code excerpt from my test MFC app, as someone else might find it useful, because the matter is poorly documented and I had to dig FB .NET data provider source code to manage. The code using FB client API can create a new FB DB with specified Forced Writes flag (BOOL m_bFW), or change the flag for existing database.
Here is the full thread
How to connect to a Firebird database using the PHP-PDO functions , and how to compile PDO extension in php 5.1.x (at the end of the thread)
Migrating from Microsoft SQL Server to the Firebird Database can be quite the project, this article will attempt to help this process by relaying the steps I have taken from translating the database schema to creating UDF’s to handel all the functions required by my SQL Server setup.
Check full article here.