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.

FlameRobin 0.9.2 is released

Source, Windows (setup and zip), Linux (Slackware/gtk2) and MacOS X
binary packages are available for download. Win64 port and packages
for various Linux distributions (and maybe FreeBSD) should follow
shortly. This is mostly a bug fix release.

New features:

– Support for trusted authentication
– Databases can now be recreated from existing registration info
– Transaction isolation level can now be selected in SQL editor
– Win64 port
– Allowed deleting from system tables (ex. to stop queries via
MON$STATEMENTS)

As usual, it also has a lot of bugfixes and minor enhancements

Erlanger Firebird Conference 2009 (EFBT).

Here is the list of papers for EFBT09 in May 2009

http://www.efbt.uni-erlangen.de/vortraege/detail-db.shtml

As till now the willingness of sponsors and the number of applications for the conference is both very low we have to decide in short after Easter wether it can take place at all. So hurry up with registration!

Registration via http://www.efbt.uni-erlangen.de/interaktiv/anmeldung.shtml

If you don’t understand Goethe’s language then google can do it or read the events page at firebirdsql.org


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.

1 181 182 183 184 185 296