stackoverflow.com – site of the day with firebird questions/answers
Very well done site with good firebird questions / answers also flamerobin is mentioned several times. You can watch or respond to many of them
Very well done site with good firebird questions / answers also flamerobin is mentioned several times. You can watch or respond to many of them
I spotted his interesting projects or forks on github
ED:i saw that you forked fb ruby library could you tell me a few notes on how you use it in sequel orm i want to add an post on firebirdnews.org if you want so also an small intro would be nice
wishdev said :
I basically just wrote an adapter for Sequel which uses the Fb driver to work with Firebird. The fork was necessary mostly to fix an issue with using the RETURNING clause to get back sequence generated primary keys.
As for any intro with respect to myself – I’m the type that keeps his head down in the gopher hole for the most part. I didn’t do a huge amount of work because the Sequel ORM is so well written it was easy to build a Firebird driver.
If you need/want any more info please feel free to ask 🙂
John W Higgins
There’s an article on the Firebird Documentation web-page about Firebird File and Metadata Security. Since this is an interesting topic to our customers, I took the time to translate it to German.
The article describes the fundamental problems in securing network connections. One of the biggest problem is key management. Since the Firebird server is usually controlled by and installed at the client’s site, you don’t have any control over it. So, theoretically, someone could always build his own Firebird server to spy on the password. But that’s only one of the problems discussed.
Many thanks to Geoff Worboys, the author of the original article, and Paul Vinkenoog for publishing it on the official web-site.
JBuilder’s database integration capabilities allowed us to build on top of an Oracle database for the larger system and Firebird for the smaller system.
Read the rest on http://java.sys-con.com/node/841090
I’d argue that Sun needs to tighten the reins on MySQL development, not let them go. Going forward, MySQL will need to work hard if it wants to stay in front of the low-end database business. It’s no longer the reigning speed king; if fast, SQL-based storage is all you care about, SQLite is a better alternative. And competing open source databases like PostgreSQL and Firebird offer better feature sets for exactly the same price as MySQL.
Read full article in Infoworld.
Sinática has just release Sinática Monitor 1.2.
This version brings:
– an improved and much more useful Start Page
– Sweep Alarms to warn you if your sweep configuration is not ideal
Read the complete announcement.
Download Sinática Monitor 1.2 now!
Dmitry Kuzmenko posted in his blog about how you can get “broken indexes” in Firebird. It is described as indexes where key count is different from the numbers of records in the indexed table. Fortunately, FB >= 2 fixes the problem.
The examples are very clean compared with what i have seen in cake or other RoR inspired frameworks