Reflections on Perl and DBI from an Early Contributor

The name Buzz Moschetti probably isn’t familiar to you. Buzz was the author of the Perl 4 database for Interbase known as Interperl.

Back in those days Perl 5 was barely a twinkle in Larry’s eye and database interfaces for Perl 4 required building a custom perl binary.

http://blog.timbunce.org/2010/07/08/reflections-on-perl-and-dbi-from-an-early-contributor/

ps: Interabase & Firebird contributed stable api not only in the c and  Delphi/Lazarus world but also in the Perl one with one of the first best drivers

Firebird 2.5 Release Candidate 3 Kits Now Available

The Firebird team is pleased to announce that kits for field-testing the third release candidate for Firebird 2.5 are now available. The 32-bit and 64-bit kits are available for Linux, along with 32-bit kits for Windows and 64-bit for the MacOSX/Darwin Intel platform. The missing kits for 64-bit Windows and 32-bit MacOSX are still in QA and will follow shortly.

Please test well and report any bugs directly to the firebird-devel list (click HERE if you are not subscribed). Please do not post questions about this pre-release version to the firebird-support list.

Ultimate EFv4 CTP4 Code First full mapping example using Firebird

Jiří {x2} Činčura created an example with Entity Framework 4 CTP4

Let’s model some kind of simple library and try to use there couple of Entity Framework’s features. And to make things worse, try to do it with ADO.NET provider for Firebird.Good news is I succeeded. My database structure was my first and non-touchable object (to be honest the first was the idea what to create and how to represent it in database) together with the idea of objects.

1 150 151 152 153 154 294