REMObjects AnyDac supports Firebird
AnyDAC is a set of data components for Delphi and Free Pascal that enables direct native high-speed access to a variety of standard database systems. It supports Firebird 1.5 and higher.
Announcements of new Firebird related products, or new releases.
AnyDAC is a set of data components for Delphi and Free Pascal that enables direct native high-speed access to a variety of standard database systems. It supports Firebird 1.5 and higher.
I’m pleased to announce the 0.10.0b2 release of SQLObject.
What is SQLObject
=================
SQLObject is an object-relational mapper. Your database tables are described
as classes, and rows are instances of those classes. SQLObject is meant to be
easy to use and quick to get started with.
We’re getting the current batch of new stuff out the door, with plenty
more waiting to fill into the next trunk. Theres a broad variety of
new things here which are summarized below.
Download SQLA 0.4.3 at: http://www.sqlalchemy.org/download.html
Full changes:http://article.gmane.org/gmane.comp.python.sqlalchemy.user/11726/
Visual Studio 2008 support and DTC support were improved, known bugs were fixed and Firebird/Interbase compatibility was enhanced. More information here.
libdbi version 0.8.3 offers improved error handling, some additional string escaping functions, and a couple of minor bugfixes.
Finally, this development release contains a prototype of an ODBC backend for the OpenDBX database access library. It’s not fully functional yet and misses the code for data retrieval but data definition and manipulation statements work. Also, the code does compile cleanly if the latest GCC compiler suite is used.
Here is the package for debian sid (unstable). Soon we will make the ubuntu packages
Ham radio station logging program written in Lazarus (+Firebird) http://cqrlog.sourceforge.net
FBCopy is an open source command-line tool for copying and comparing
data in Firebird databases. It has the following features:
* copying data between databases (sorted by dependency tree)
* copying generator values (since version 1.70)
* comparing table fields
* comparing data (with detailed output in HTML)
* open source under MIT license
* cross platform – works on Windows and Linux
* works with all Firebird versions (tested 1.0 – 2.1)
* easy to integrate into batch jobs
* light for remote use via SSH
Version 1.70 introduces a new definition format which supports both
tables and generators, so now you can copy generator values as well.
The new version is backward compatible (i.e. it can read the
definition files generated with previous versions of FBCopy).
Linux binary in the package is compiled against FBClient 2, so it will
work with Firebird 2.0 and 2.1 (previous versions worked only with 1.0
and 1.5 servers).
Download (contains Linux and Windows binaries and source code):
http://www.firebirdfaq.org/files/fbcopy-1.70.tgz
Usage examples and more information:
http://fbexport.sourceforge.net
Enjoy.
I’ve uploaded tarballs of the current libdbi and libdbi-drivers cvs
versions. Both will identify themselves as 0.8.3-pre1. I intend to
release them as 0.8.3 shortly, unless someone finds showstoppers.