IBReplicator V4.0.8 has been released.
For more information read the release notes
For more information read the release notes
FBClone v2.1.4 is released .This is a “bugfix release” (field “XxX” not found when used against case sensitive databases.)
FBClone can clone a Firebird database in one shot (instead of backup/restore cycle) and pump data from one database to another with the same structure, it handles metadata / data charset conversion and may be useful to ease database owner change process or to migrate a database between two different firebird versions (eg. 2.1 -> 1.5)
This post will show an example of using an embedded firebird database in .NET/C# projects.
Here is the guide on installing Firebird 2.5.1 from FreeBSD 9 Ports and
creating your first test database; also we show you how to install
Flamerobin GUI (administration tool) and the PHP driver for it. This was tested on fresh FreeBSD 9 on a kvm-linux virtual machine.
IBSurgeon Log Viewer is designed to facilitate viewing and analyzing long Firebird and InterBase logs. Many Firebird and Interbase developers and administrators do not pay enough attention to the contents of firebird.log (interbase.log), though there is a lot of useful information, which can help to find and resolve various issues with Firebird/InterBase databases.
Originally Log Viewer was IBSurgeon’s internal application, which helped to quickly navigate through very long Firebird and InterBase logs, and in version 2.0 it became mature enough to be released for the community.
Download free version from IBSurgeon’s site.
Install it and open server’s log (usually it’s in C:\Program Files\Firebird\Firebird_n_n\ folder). There are also descriptions for log entries shipped with IBSurgeon Log Viewer:
Feel free to contact IBSurgeon Support (support@ib-aid.com) if you see suspicious messages in your logs. Don’t forget to attach log to the message!
You can check his tweet and the package page in ArchLinux:
Just updated #php-pdo-firebird package in #ArchLinux User Repo to connect to @FirebirdSQL from PHP 5.3.9. #Firebird http://t.co/XyeaRJE0
If you find this package useful and want to have it in the community repository, please Vote Up!
Question of the day on Stack Overflow is :
How to make an efficient check constraint for an e-mail field in Firebird (if field value not null)?
A question came to me last week. It was simple. Given the column I’d like to query all tables in database for this column (with some condition) and get values back. It was on Firebird so I jumped into system tables and generated query on the fly in execute block
(aka anonymous stored procedure).
Read the rest on Jiri Cicura blog
The new Firebird 2.5 Trace API will be the topic of the next ADUG (Australian Delphi User Group) Sydney meeting on Wednesday January 18th, 2012 6pm Sydney time.
http://www.adug.org.au/meetings/syd/next_meeting.htm
There will be a live stream via GoToMeeting available. Seats might be limited. Feel free to join.
This article shows how to use Data Abstract for .NET and Firebird Embedded together (and that it’s no effort at all to do this). All you need is to deploy the needed dll’s and to remember about the x86/x64 compatibility caveat.