Firebird 2.5 compliation with Visual Studio C++ 2008 ( aka #VC9.0 ) on #Windows

I have wrote the steps in compiling php_interbase.dll with using the Firebird 2.5 binaries here but if you want to debug the Firebird client dll or the engine you should follow these steps (requires full Firebird 2.5.x compilation)

If you want to build only Firebird 2.5 with a free beer compiler i have created a video where i describe and show the steps that you need to follow

http://vimeo.com/14190827

Free tool for MindTheBird participants!

Hello All,

Good news for all MindTheBird participants – Nucleon Software http://www.nucleonsoftware.com offers free license of there “Database Master” software for all participants of MindTheBird.

If you would like to get such license, please send to free at mindthebird.com email with the following information: “FirstName”, “LastName”, E-Mail, optionally Company name, and get free license of DatabaseMaster (they will be sent in 2-3 work days).

We encourage all tools vendor to run similar programs for MindTheBird participants, and, of course, we ask everyone to join MindTheBird! to support Firebird and to get benefits and prizes.

To join MindTheBird! you just need to put one of MindTheBird! banners or presentations (http://www.mindthebird.com/downloadmtb.html) to your web-site or blog, link it to www.mindthebird.com or to www.firebirdsql.org and send us link to this page for verification.

Best regards,
MindTheBird Team

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 32 33 34 35 36 84