Ayende @ Rahien

Unnatural acts on source code

Why I don't like Firebird: Part I

I mentioned before that my main objection to this DB is its utter lack of tooling. I mean, even SQLite has some tools. For Firebird, there seem to be nothing that works on my machine.

I needed to debug something there, and this was the easiest solution.

image

Comments

Jelle Hissink
07/07/2008 06:17 AM by
Jelle Hissink

Have you seen FlameRobin? http://www.flamerobin.org/index.php

Ayende Rahien
07/07/2008 07:25 AM by
Ayende Rahien

Doesn't work on my machine

Frans Bouma
07/07/2008 07:44 AM by
Frans Bouma

I never had problems with firebird, other than their stupid sort issues. Your text crap might be related to the dialect you've to select ? I otherwise don't see what your code has to do with firebird.

Ayende Rahien
07/07/2008 07:50 AM by
Ayende Rahien

Frans,

I am talking about the lack of tools in this post, mainly.

Sean Kearon
07/07/2008 08:25 AM by
Sean Kearon

Yep, the tooling is pretty poor. Have you looked at VistaDB? It has good tooling and now has an Express version available.

Frans Bouma
07/07/2008 11:41 AM by
Frans Bouma

Tooling is indeed not that great, though there are some firebird supporting query tools out there, some commercial, some open source. Though indeed, it would have been better if the firebird team would provide one themselves, similar to the postgresql tool.

Filip Kinsky
07/08/2008 11:40 AM by
Filip Kinsky

FireBird has few command line tools, but I understand you don't like to fight the command line :)

I use FB quite frequently and really like it - I use free IBQuery (http://www.mitec.cz/ibq.html) or free personal version of IBExpert (http://ibexpert.biz/ibe/index.php?n=Main.PersonalEdition). Or you could try the full commercial version of IBExpert - it's really powerfull tool...

Hadi Hariri
07/12/2008 05:45 AM by
Hadi Hariri

I've been using SQL Manager from EMS for years with Firebird and it works fine. They even have a Lite (Free) version.

bombersa
07/20/2008 09:21 PM by
bombersa

IBExpert has free personal version ..-- the best tool for IB

ibrahim dursun
07/21/2008 05:37 AM by
ibrahim dursun

IBExpert is the best tool, and if it doesnt work on your machine then change your machine.

Ayende Rahien
07/21/2008 06:46 AM by
Ayende Rahien

Ibrahim,

You have a very strange definition of broken

Comments have been closed on this topic.