4

I'd like to inspect an existing Firebird (2.5.1) database without having to install a server.

Are there any tools out there that allow an inspection of the database file?

If not: Are there any tools I can run on the system where the database server is actually running to take a look at it?

1
  • "Are there any tools I can run on the system". Yes, they are called "SQL clients". Commented Oct 15, 2014 at 10:14

3 Answers 3

7

Though it's been a while since I posted this question I'd like to give an answer:

I'm now using "Database .NET" from this website:

http://fishcodelib.com/Database.htm

It works reliably and rock solid (especially when used with large databases).

Sign up to request clarification or add additional context in comments.

1 Comment

I needed to install Superserver (as @jonneve says) but after that I was able to open the file with Database .NET
5

IBExpert's Database Inside allows you to analyse a Firebird database file directly, without a server. Full description here: http://ibexpert.net/ibe/index.php?n=Doc.DatabaseInside

Comments

3

Yes, you can use the embedded server. Full explanations here : http://www.firebirdsql.org/manual/ufb-cs-embedded.html

1 Comment

I used the embedded server and actually accessed the database with the program IBQ to inspect and change data.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.