Firebird Community Interview part 2 with Daniel Albushat

So let’s get going:

Tell me a little about yourself

People Around Firebird – Daniel Albuschat

Today i have discovered this little gem on github , It’s an Asynchronous database-access for Qt and Firebird

So in this post i open an series of interviews or introductions with people around firebird

Firebird RDBMS GUI Administration Tool gfb 1.0 released

This administration tool is targeted at Linux Operating System and written in pure C, with GTK and GLADE interface.

Compared with its former generation of kfb (written in qt) this application is much faster,

All libraries used in this application are open-sourced free software, and because of GTK’s lisence, this application itself is not required to be open-source, and can be used for any purposes free.

Many new functions have been added into this application since the publication of kfb, and gfb is based on Firebird 2.1.1

Firebird has some funny ways of handling passwords

Firebird has some funny ways of handling passwords. The maximum length of passwords that is evaluated is 8 characters. Every character after the 8th is silently ignored. That’s especially funny because the ‘default’ password for a Firebird-installation is ‘masterkey’, which has 9 characters. You can, however, successfully log in to freshly installed Firebird-servers providing the password ‘masterke’.
I’m working with Interbase and Firebird for more than four years and just now realized that when a co-worker at our company found it out while learning SQL.
The only program that I know that makes note of that is gsec, which prints a warning when setting the password to something longer than 8 characters.

http://daniel-albuschat.blogspot.com/2008/04/passwords-in-firebird.html

[ED:Daniel is working on webkit based browser named arrora ]

Audex

Audex is a new audio grabber tool for CD-ROM drives based on the application development framework Qt 4 (4.3.x). Archival functions of the extended database mode are in the focus by now.
Several people can use Audex to extract their audio CDs and sync metadata with a single SQL database. Every time someone wants to extract an audio CD that still exists in the database Audex will deny extracting. In normal mode Audex behaves just like every CDDA extractor.

And it supports Firebird:
– Synchronisation of metadata and even covers with MySQL/PostgreSQL/Firebird-Databases (e.g. explore it with a PHP-webinterface).

Gambas 2 2.6 released

More Info: http://www.kde-apps.org/content/show.php?content=20018

Description: Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic (but it is NOT a clone!).

With Gambas, you can quickly design your program GUI with QT or GTK+, access MySQL, PostgreSQL, Firebird, ODBC and SQLite databases, pilot KDE applications with DCOP, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on…

Changelog: see http://gambas.sourceforge.net/changelog2.html

1 2 3 4 5