Using the Firebird 3.0 API with Delphi

Pierre Yager announced on firebird-devel new version of UIB with Firebird 3.0 API support:

Thanks to Vlad, we achieved the translation of the FB3 OO API in UIB
Components for Delphi.

You can checkout the code from SourceForge repository :

https://uib.svn.sourceforge.net/svnroot/uib/trunk

Now, we only miss hints to deal with FbMessage, it seems that the
examples (fbstuff on github) made by Adriano heavily relies on BOOST
and as we don’t have such possibilities with Delphi we must understand
what is exactly an FbMessage and see what we can do.

Thanks for your help, regards,

Faghmie Davids contributed his patches to firebird provider for gnome db

Here is my patch file so far for the firebird provider.[Ed:For gnome db]

It only run select statements. Your feedback and guidance will be appreciated.

There is still quite a bit missing, but at least I can now select data from a firebird database . Please note that it does not do the input,parameters for statements…..mainly cause I never use it

If there is some interest I’ll work some more on it

Hierarchical database structures and Firebird PSQL

The idea of storing a hierarchical data in a relational database is very simple, but effective work with such a data requires some knowledge of server-side programming using procedural SQL (PSQL). So the hierarchical data structures are a good chance to get acquainted with PSQL. For demonstration purposes I created a simple database with single table TCLASS containing Delphi class hierarchy
The rest of the article is here

Future for Python driver merging the pure driver with the ctypes interface to Firebird.

Pavel Cisar wrote on firebird python list :
Those who attended my “Python drivers” session at conference in
Luxembourg already know that last two months I have worked on another
Python driver for Firebird (codename fdb). It was just an experiment how
far I could go in short time with another approach to implementation,
not real attempt to replace both existing drivers (KInterbasDB and
firebirdsql). However, it went so well, that we have a real chance to
get out a truly universal pure Python driver for Firebird next year.
Here are details…

1 115 116 117 118 119 294