Why to use Firebird+IBX
Lars (from Compas Pascal blog) talks about the usage of IBX with Firebird databases. Don’t forget to check the comments for interesting information about compatibility.
Lars (from Compas Pascal blog) talks about the usage of IBX with Firebird databases. Don’t forget to check the comments for interesting information about compatibility.
Wings of Wind blog talks about Firebird support requests for Delphi, with interesting numbers:
The main complaint of some folks was about (lack of) support for their favorite database engine. As perhaps, you know, in this release there is no official SQLite and PostgreSQL support. Well, giving in account that we have already a new DBX driver in this version (Firebird) and the number of votes for PostgresSQL and SQLite compared with the ones for the Firebird DBX driver (which was #1 in QC with more than 1000 votes on all reports – duplicates, variants etc.) is a quite expected result.
(…)
Firebird + MS SQL + mySQL accounts more than 50% from your preferences with Firebird as clear leader. (MS SQL + mySQL = Firebird percentage). Closely follows Oracle and Access (!). Now, with the acquisition of SUN the things (perhaps) will change.
(…)
Also we see a bunch of Firebird/Interbase solutions which are high in ranking: FIBPlus, and a little bit lower IBX and IBObjects almost in par.
Check the full post, including nice graphics.
No’am Newman wrote again about his Bde to Firebird date migration issues:
In continuation of my previous post about problems of inserting/update date fields in FB databases, I did a little poking around and eventually – by trial and error – found the correct syntax:
update data
set datefield = ’01/01/2008′
where id = 1;
No’am Newman wrote about using Firebird:
I’ve spent the last week getting Firebird to work in my occupation psychologist’s office.
…
So this week, I’ve learnt the following thingshow to install FB on a network
how to access FB from client computers on that network
how to use the list view component
how to use an FB generator for auto-incremented integers
how to insert/update a date into an FB table[to do]
That’s enough for one week.
Article on “Simple Thgoughts” mentions Firebird. There is poll in the article about “What is your favorite DB server” and you can vote for Firebird right now (no need to register).
The question is on StackOverflow:
I am trying to choose between postgre and firebird databasses. The database will be installed on a windows 2003 server with asp.net 3.5. i don’t want to use sql server because of price issues and I don’t want MySQL I had a bad experience with it and the .net connector and the membership provider.
Douglas Tosi wrote on his blog :
This week I received the Brazilian Active Delphi magazine with a pleasant surprise. My very fist published article.
The XP team is proud to announce the release of 5.7.4. This release features various improvements to the rdbms API:
The latest sneak preview showcases expanded database connectivity for more than a dozen platforms including Oracle, Microsoft SQL Server, Sybase, MySQL, InterBase, IBM DB2, and more, plus new support for the popular Firebird SQL database (…) “The 2010 releases will add highly requested support for Firebird SQL, the popular open source database which is based on Embarcadero’s InterBase database platform.”
Read full article at JDJ.
Jeff Overcash originally made it clear, that IBX doesn’t officially support Firebird, and he has no intention to implement it. Many point at IBObjects and now DBExpress for Firebird support, so why use IBX? Here’s a reason