Firebird php manual online
Another part of the Firebird on-line manual has gone live:
http://www.janus-software.com/fbmanual/
News from the Firebird developers.
Another part of the Firebird on-line manual has gone live:
http://www.janus-software.com/fbmanual/
From Jim Starkey:
I said in a post this morning that I thought a single code base for
superserver and classic was a mistake. I thought it might be useful to
elaborate.
Dear Friends,
IBase, Inc is glad to announce The 1st Russian Firebird Conference. It will take place in Moscow, Russia, October 14, 2006.
Firebird Core developers, vendors of many related products and well-known enthusiasts will be there to present the most recent news and plans regarding Firebird 2, new versions of developers products and so on.
Check-in to conference (in Russian):
http://www.ibase.ru/conf2006_reg.htm
If you have any questions regarding participation or sponsorship please feel free to email conf@ibase.ru.
With best regards,
Alexey Kovyazin
IBase.ru
IBSurgeon.com
Active Database Software announces today the release of Active Query Builder 1.6, a suite of robust and feature-rich .NET-ready ActiveX and VCL components, which allows your end-users to build complex SQL queries via the intuitive visual interface. |
Active Query Builder features:
I have installed an application of ours that uses Firebird 1.5
Embedded on a tablet pc running Windows XP embedded.
So far, fingers crossed touch wood and all that, it works well.
Release Candidate 4 for Firebird 2.0 should start to appear in the mirrors today. Unfortunately, due to a late-breaking issue that was reported and confirmed after these builds were in the system, it should not be treated as production-ready, yet.
The issue has been addressed and is undergoing QA now. RC 5 should appear before the end of the month. In the meantime, please look at the fixes between RC3 and RC4 and check that any issues you had have been satisfactorily resolved.
This is a great presentation, Jim throws in a lot of database history and insight into working with MySQL
Getting back to some old ideas
Adriano dos Santos Fernandes has started a new brainstorming attempt targeted to the old subject of domains being used in procedure parameters and PSQL variables. He offers the prototype implementation and asks for comments. Possibilities to allow NOT NULL and CHECK constraints for parameters/variables are also being discussed. If you’re interested, please follow the discussion in the “firebird-architect” list.
Better error reporting
Did you ever debug a big complex procedure that fails in runtime with a famous “arithmetic exception” error? How much time did it take to find the problematic statement?
Now it should become much easier. Starting with v2.0, you get a stack trace which mentions the failed procedure/trigger along with all its callers. And the next (post-2.0) Firebird version will also report you the line and column numbers (inside the current PSQL body) of the failed statement.
Thanks to Eugene Putilin and Vlad Horsun for this contribution.
There are more than 500 votes already, so I think the current results are quite representative and hence they actually (more or less) reflect the features people would like to see implemented. Let me comment the top ones.
1. SMP support is a clear winner (23% of votes) in the poll. And this is definitely one of the high priority tasks in the project. As you know, it was the major goal of the Vulcan development and its implementation is being currently tested. The public test versions will be available soon for those who’s willing to test it in real-world scenarios. The final SMP implementation is targeted for the v3.0 release, as stated in our roadmap.