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.
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.
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.
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...
> Email-style angle brackets
> are used for blockquotes.
> > And, they can be nested.
> #### Headers in blockquotes
>
> * You can quote a list.
> * Etc.
Horizontal Rules
Three or more dashes or asterisks:
---
* * *
- - - -
Manual Line Breaks
End a line with two or more spaces:
Roses are red,
Violets are blue.
Fenced Code Blocks
Code blocks delimited by 3 or more backticks or tildas:
```
This is a preformatted
code block
```
Header IDs
Set the id of headings with {#<id>} at end of heading line:
## My Heading {#myheading}
Tables
Fruit |Color
---------|----------
Apples |Red
Pears |Green
Bananas |Yellow
Definition Lists
Term 1
: Definition 1
Term 2
: Definition 2
Footnotes
Body text with a footnote [^1]
[^1]: Footnote text here
Abbreviations
MDD <- will have title
*[MDD]: MarkdownDeep
FUTURE POSTS
Partial writes, IO_Uring and safety - about one day from now
Configuration values & Escape hatches - 4 days from now
What happens when a sparse file allocation fails? - 6 days from now
NTFS has an emergency stash of disk space - 8 days from now
Challenge: Giving file system developer ulcer - 11 days from now
And 4 more posts are pending...
There are posts all the way to Feb 17, 2025
RECENT SERIES
Challenge
(77): 20 Jan 2025 - What does this code do?
Answer
(13): 22 Jan 2025 - What does this code do?
Comments
Have you seen FlameRobin? http://www.flamerobin.org/index.php
Doesn't work on my machine
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.
Frans,
I am talking about the lack of tools in this post, mainly.
Yep, the tooling is pretty poor. Have you looked at VistaDB? It has good tooling and now has an Express version available.
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.
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...
I've been using SQL Manager from EMS for years with Firebird and it works fine. They even have a Lite (Free) version.
IBExpert has free personal version ..-- the best tool for IB
IBExpert is the best tool, and if it doesnt work on your machine then change your machine.
Ibrahim,
You have a very strange definition of broken
Comment preview