14

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

user366312
  • 16,949
  • 65
  • 235
  • 452

8 Answers8

23

EMS, Database Workbench and IBExpert have lite version

My favourite is IBExpert

Hugues Van Landeghem
  • 6,755
  • 3
  • 34
  • 59
15

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

http://www.flamerobin.org/

Stefan Steiger
  • 78,642
  • 66
  • 377
  • 442
  • There is nothing "official" about FlameRobin. https://www.firebirdsql.org/file/documentation/html/en/firebirddocs/qsg3/firebird-3-quickstartguide.html#qsg3-config-admintools – The incredible Jan Nov 01 '21 at 07:37
  • @The incredible Jan; Fine, you're right - changed that. But it ships with Ubuntu's default-repositories ;) – Stefan Steiger Nov 01 '21 at 09:21
6

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

Praveen Angyan
  • 7,227
  • 29
  • 34
4

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.

Pablo Santa Cruz
  • 176,835
  • 32
  • 241
  • 292
3

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.

2

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

Java based, cross-platform and free.

1

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

Sam
  • 2,663
  • 10
  • 41
  • 60
-3

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

  • 1
    Welcome to SO... posting LinkOnly answers is generally frowned-upon. Please consider elaborating on your answer – Andrew Oct 22 '12 at 06:40