Cooking With Firebird and Apache – Do The FLAP way

An interesting pdf paper about Firebird and Apache+PHP

Spiceware Software wants to give as much support for the development of the Firebird Database Engine as possible, to this end we decided to dedicate our resources in helping with the documentation side of the project. Currently we are busy with a document on how to setup Apache, PHP & Firebird together for development on Windows and Linux. The document is linked below for you to download. Feel free to report errors.

fbsql: Clean client-libraries for Firebird and Interbase databases

I’ve written this quite some time ago (and it didn’t receive much love since then, but it’s functional and should be bug-free), but I just noticed I haven’t mentioned it on my blog: fbsql is a clean C-API that can be used to create bindings for other languages (such as Python or Ruby). It’s much simpler to use than the raw Interbase/Firebird API and it uses IBPP internally. So it’s basically just forwarding the function calls to IBPP and abstracting the IBPP classes to a C interface that is straight forward and intuitive.

1 40 41 42 43 44 78