Entity Framework and Firebird Embedded

Did you ever think about how cool would be to have fully featured SQL database, without installation (just xcopy) and with Entity Framework support?

I was wondering whether the Entity Framework support I’m creating in FirebirdClient will work with Embedded version. Taking into account that the communication layers are under the EF support, there should be no problem. But you’ll never be sure until you try it. 😉 And it works.

ListView and Pagination in Delphi + Firebird

Via Leonardo’s Delphi and FreePascal blog

This is one of those things I needed for ages, but didn’t bothered to implement
because I thought it could require an unnecessary amount of work, and allways
opted for a less perfectionist method.

I’m talking about a method to retrieve data in Pages, then browse it in a ListView
transparently for the user.

Why I find MySQL to be so bad compared to Firebird

MySQL is the most used Open Source database engine. I have personally used it for almost 10 years. I worked with versions 3.x, 4.x and 5.x of MySQL, but I also used other database engines, some of them handling the same “data-set size” as MySQL, while others have been smaller databases (mostly Desktop based databases such as SQLite, MS-Access and Paradox).

This is the first part of my complaint about MySQL and why I dislike it.

1 26 27 28 29 30 48