Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Which Freeware "GUI tool" for "FireBird RDBMS" closestly resembles "MS SQL Server 2000 Management Studio"?

share|improve this question
It seems there are no good free managers. – Andrey Nov 20 '11 at 21:27

10 Answers

up vote 14 down vote accepted

EMS, Database Workbench and IBExpert have lite version

My favourite is IBExpert

share|improve this answer
4  
IBExpert is free for ex-USSR users. – Andrey Nov 20 '11 at 15:48
you can set your code page in Windows to WIN1251 – hellboy Dec 28 '12 at 21:46

Use FlameRobin, the official Firebird GUI, written in C++ & wxWidgets (=Cross-Platform).

http://www.flamerobin.org/

share|improve this answer

The best freeware GUI tool for FireBird is this: EMS SQL Manager for InterBase/Firebird

They have a freeware version which you can download from here: Download Freeware version of EMS SQL Manager

share|improve this answer

I love IBExpert. I know, it's not freeware. Just wanted to mentioned it.

You can go with one Java based tool like Oracle's SQLDeveloper, Eclipse's SQLExplorer or SQUIRREL-SQL. Of course, for all these tools, you will need Firebird's JDBC driver. And a little bit of Java knowledge to setup your connections.

share|improve this answer

SQL Maestro Group offers AnySQL Maestro (a freeware tool for all DBMS accessible via OLE DB/ODBC). They also have Firebird Maestro, but it is a shareware.

share|improve this answer
I've been using Firebird Maestro for more than a year now. So far it's my favorite. – dthrasher Feb 26 '10 at 1:34

There are several, but as it's creator, I obviously need to point you to Database Workbench --

It comes in Pro or Free Lite Edition, the Pro Edition supports multiple DBMSses, including SQL Server and MySQL.

Have a look at http://www.upscene.com/go/?go=dbw

share|improve this answer

I use IBOConsole (it has done the job for me so far)

share|improve this answer

I like http://www.sql-workbench.net

Java based, cross-platform and free.

share|improve this answer
It works, but... – Quandary Mar 29 '11 at 10:13

IBexpert, Flamerobin or SQLeo are good GUI tools for Firebird RDBMS.

share|improve this answer

utility fbmetadata You can find it on Softpedia http://www.softpedia.com/get/Internet/Servers/Database-Utils/Utility-FBMetaData.shtml

share|improve this answer
Welcome to SO... posting LinkOnly answers is generally frowned-upon. Please consider elaborating on your answer – Andrew Oct 22 '12 at 6:40

protected by bmargulies Oct 22 '12 at 1:00

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.