Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Firebird data extract

Status
Not open for further replies.

MasterRacker

New member
Oct 13, 1999
3,343
US
I have an application that uses Firebird 2.0 as the DB on Windows.

Can anyone recommend a free GUI tool I could use to look at the table structure and do some querying with? Something like a free Crystal Reports would work. ( I see I can get a 30 day trial of Crystal, but that time window may not be long enough.)

Is there a way to wire Firebird to Access07? It looks like I could ODBC to individual tables but what if I don't know table names or even how many tables I have, relationships, etc?

Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]
 
When I saw FireBird, I first thought of FireFox, so I was thinking.... "FireBird does databases?" Obviously I've not dealt with that one.

Here's one option, if the free trial will get you by. Otherwise, it's a rather expensive product:

Well, this might also be an option, but it's using code. It is, however, free, best I can tell, as it's on sourceforge:
It says it's a "Firebird Direct Access for Visual Basic"

Depending upon the size of the database, you could create recordsets and snatch the data out to Access that way, using this plugin..

Here's a ShareWare app which might get what you want w/o Access or any other app. I don't know how much you can do with the free version:

--

"If to err is human, then I must be some kind of human!" -Me
 
For those who are interested: So far I've been able to get what I need from the applications built-in reporting tool but I did find this Interbase/Firebird IDE:
The completely free Personal Edition doesn't include the graphical query builder but it looks like you can still explore the tables. The full IDE looks like it could do whatever you want similar to SSMS.

Jeff
[small][purple]It's never too early to begin preparing for [/purple]International Talk Like a Pirate Day
"The software I buy sucks, The software I write sucks. It's time to give up and have a beer..." - Me[/small]
 

weight.png
 
When I saw FireBird, I first thought of FireFox, so I was thinking.... "FireBird does databases?""

Actually Firefox was called Firebird for a while, like 6 or 7 years ago. But Firebird (db) forced them to change, and thats why its called Firefox today. (And first of all Firefox was called Phoenix. Still got a copy running on my Win 95 laptop!)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top