Database Workbench Pro 3.2.0 released
Ladies, gentlemen,
Upscene Productions is proud to announce the next version of the popular database development tool: Database Workbench Pro 3.2
Changes Highlights in 3.2
– Sybase SQL Anywhere support
– Firebird 2.1 support
– Microsoft SQL Server 2008 support
– Oracle 11g support
– Many enhancements and bug fixes…
New Feature Highlights in 3.0 and 3.1
rfc: TRUNCATE TABLE in Firebird
Vlad Khorsun posted on Firebird-Architect
One of the often task in ETL applications is to quick erase all data in some table(s). Often amount of data is big or huge (tens of millions records). In Firebird we have two choices currently – DELETE all rows or RECREATE TABLE. Both have its own drawbacks. DELETE produced a lot of record versions to clean up, its slow as works row-by-row basis and fire triggers which is almost always is not needed. RECREATE is free from this drawbacks but it will fail if there is dependencies and all related objects such as triggers, indices, constraints must be recreated too.
Lazarus 0.9.26 and Firebird on Ubuntu hardy/intrepid
Here is my guide on using the latest stable release for Lazarus and latest free pascal compiler (2.2.2) on Ubuntu intrepid/hardy Also after that install firebird related components and seems to work very well (tested the db aware components)
Firebird and MSVC8 run-time. Again
Vlad Horsun wrote on Firebird-Devel list
After reading MSDN articles about assemblies, side-by-side installation,
context activation API, etc, i think i have an idea how we can avoid (in most
cases) requirement to install MSVC8 runtime via Windows Installer and just
deploy it with our binaries.
Firebird – database intro and implementation
In this paper the author will discuss about the Firebird database, from the introduction of Firebird itself, with the installation until its implementation.(Indonesian language)
Is Firebird poor?
Dmitry Kuzmenko posted the continuation of his first post about Firebird in his blog. Check it out.
Howto install Firebird 2.1.x Classic on Debian Experimental
Here are my notes on installing/using Firebird 2.1.x Classic and Flamerobin .9 on Debian , soon i will update the ubuntu wiki page
Lazarus 0.9.26 released
The changes in this release are as follows:
The LCL now uses Unicode strings encoded as UTF-8 on all platforms.
Lazarus now runs natively under Mac OS X using the “Carbon” widget
set. The LCL internal graphic system was rewritten for more
consistency, more flexibility, better Delphi compatibility, icon
support, and native image lists. The IDE designer now allows you to
connect form components, like databases on TDataModule.
Lazarus can be used with Firebird and there are many components to choose UIB, Zeos , FbLib , PDO…
What is Firebird?
Dmitry Kuzmenko has an interesting post in his blog that tries to describe what is the “Firebird Project” and “Firebird Foundation” (as well its papers in the whole thing). Also, it has some interesting statistics about downloads and installations, ie:
…But it stands more than 5000 visits every day and log more than 1000 installations at Windows platform per day (!), according to the statistics of the installer’s ‘landing page’. Also there are more than 1 mln downloads of all Firebird installers and other files per year from the sourceforge.
Read the full post.