Subject Re: [firebird-support] API list
Author Helen Borrie
At 05:04 PM 29/08/2007, you wrote:
>Where can I find all Firebird API list

ibase.h, which is in the /include directory of your Firebird
installation. Some documentation is there; you can pick up more
detail from the IB 6 beta APIGuide.pdf - which also has an
alphabetical list of all the funcs and structs at the end.

>and some sample?

In the /examples subdirectory of your Firebird installation. The
examples are not wonderful and not comprehensive. There are also
examples in the API Guide. If you speak C++, Java or Pascal, you'd
probably find the sources for the header translations of various
components like IBPP, Jaybird or FreeIBComponents a better place to
see how to use the API in real life.

./heLen