Get Started with #QT and #Embedded FireBird
This article is the description of the first steps in setting QT, Visual Studio and FireBird.
Content not direct related to FB, but interesting reading.
This article is the description of the first steps in setting QT, Visual Studio and FireBird.
Firebird 2.5 new features in the paper edition of Entwickler Magazine (German/babelfish speakers only)
Firebird 2.5 new features in portuguese
Issues 68 and 69 of ActiveDelphi
Via Sinatica’s tweet
There are usually only two reasons why a database can be corrupted in Firebird: 1) You copied the fdb-file while the Server was accessing it and 2) You don’t have forced writes enabled and the server shut down unexpectedly (e.g. power-outage)
Database recovery is done in four steps. Here’s how you do it:
This interview was done by Carlos Henrique Cantu, with Alex Peshkov (from the Firebird Core Development Team), specially for FirebirdNews.
1) Please let us know a bit about you: where do you live, hobbies, married, sons, style of music, preferred drink, etc.

I live in Yarsolavl (Russia), it’s 250 km to the north from Moscow, on the bank of Volga river. Married, have two children. And two dogs – this is first hobby:) Another one is my garden where I like to spend summer time. What about style of music… 20 years ago I could answer definitely – hard rock, currently I almost do not listen to any music. Even my computer has no speakers at all. Preferred drink – I like almost any drinks, provided it’s high enough quality. But if I need to choose one – OK, it’s beer. I’m 46 years old.
2) How did you find Firebird, and how did you become a FB Core Team member?
Infosystems ltd., the company, where I’ve used to work in year 2K was choosing SQL server to use. InterBase looked OK from most POVs, but it did not have dynamic SQL statements in triggers/procedures, which was a strong requirement.
When IB6 sources were published, I’ve added that support – minimal, only EXECUTE VARCHAR ‘some SQL statement’, without ability to return values and pass parameters, but even it was enough that time. This form (instead of current EXECUTE STATEMENT) was chosen to avoid adding new tokens in DSQL parser. I’ve sent changes to some site in InterBase ring, and after a month or two of silence decided that it was ignored.
But approximately one year after that I’ve received a letter from Dmitry Emanov with suggestion to join firebird project. Next (it was last 1.5 release time) I’ve got a suggestion to perform security review of firebird. Certainly there were also a lot of generic bug fixes. When 2.0 was started, I was one core FB developers.
Hi all
I had open result of quesionnarie with firebird related issue at
OpenSourceConfference 2009 Tokyo Fall.
I had a seminar for firebird and over 50 persons joined , they answered
our quesionnarie.This is that results.
http://www.slideshare.net/tomneko/firebird-quesionnaire-results200910-osc-tokyo-fall
Tsutomu Hayashi
Hello everyone, I want to make a summary of the changes implemented in
recent times about the project django-firebird:
Remember, this software is still in alpha version, use it at your own risk.
Feel free to try and make any comments on this subject.
We need to add more experience with django and firebird to resolve some
issues. Any help will be apreciated.
Regards.
—
Maxi.
Dmitry Kuzmenko posted a presentation about the subject:
Ido Kanner created the following code in his database that works with Firebird SQL . Could you tell what it does ?
ps: This week the answer was posted , but you can first try it without reading the answer.