Creation of a Travel Control System with Firebird in #Delphi
Original article is in Portuguese, Google Translatation is here
Original article is in Portuguese, Google Translatation is here
You can read the proposed changes and responses on firebird-devel :
Physical ODS Changes for ODS 12
System Catalog Additions for ODS 12
The Firebird Commandline Utilities book has been split into separate manuals.
New:
With Visual Web Developer, from Microsoft you need to follow these steps
Firebird 2.5 architecture comparison sheet is available via this blog
http://blog.upscene.com/thomas/index.php?entry=entry091016-133211
This is based on Dmitry’s presentation and some private discussions
For another good overview you can read Douglas Tosi blog
Firebird 2.5 Architecture, by Dmitry Yemanov (presentation given at the 2008 Firebird Conference).
Pyrit’s storage code was abstracted and refactored which makes it possible to use relational databases like firebird
The benefit: Create a central mysql/pgsql/mssql/oracle/firebird/sqlite-server somewhere on your network and let multiple Pyrit-clients access and work on the central server for good; enjoy the blessings of ACID, partitioning, automatic backup, replication and fine-grained user authentication.
Some network maintenance operations need to be performed
During Summer of Code 2009 Christopher became a student for the MoinMoin wiki project.He worked on a SQLAlchemy backend that (in theory) allows you to run MoinMoin on a variety of database flavors including Firebird using sqlalchemy
data abstraction layer
I tried build FirebirdClient in Silverlight environment and I failed. I expected to fail after some attempts with modifications and using only subset of features like i.e for Compact Framework, but this was really fast. Silverlight is only subset of .NET Framework. And one crucial part is not there, it’s System.Data stuff and without it you can drop major part of any ADO.NET provider’s code.