Article about Firebird Embedded

Dan Letecky published an article about using embedded version of Firebird with .Net applications:

Firebird is a database with 20 years of history, full set of features (including transactions, stored procedures, hot-backup, excellent scalability, etc.) and a friendly open source license. It is an overlooked but compelling alternative to Microsoft Jet and Microsoft MSDE 2000/SQL Express 2005. Let’s take a look at how it can be used embedded in your desktop application. What makes Embedded Firebird ideal for embedding:

Read the full article here.

MDB2_Schema is learning new tricks

Igor is doing great work on moving forward the XML based database schema format originally developed by Manuel Lemos as part of Metabase that is used in MDB2_Schema. [ED…skiped some content]The idea behind this schema format is to make it possible to define a single database schema that can be used to create, alter and initialize databases in any number of RDBMS. For example currently MDB2_Schema supports MySQL, PostGreSQL, Oracle, SQLite, MS SQL Server, Interbase/Firebird.

Read more on Lukas Smith’s blog [via planet mysql]

django added firebird support

[ED:django is like RoR implemented in python]
Just attached the firebird backend and a patch file. Firebird has a problem, names can’t bigger than 31 chars for tables, fields, constraints, etc. In auth app needed to change user_premissions to permissions so the many to many table name doens’t get too big… must be a way we can workaround this…

1 69 70 71 72 73 77