The C API functions risnull in BDL 3.00

Started by Adrian L., August 10, 2017, 03:38:25 AM

Previous topic - Next topic

Adrian L.

From: http://4js.com/online_documentation/fjs-fgl-manual-html/c_fgl_Migrate_to_251_cext_api.html

The C API functions such as decadd(), risnull(), rsetnull(), have been removed. These functions are part of the IBM® Informix® ESQL/C product and cannot be part of the Genero BDL product. The Genero runtime system provides only the C functions to push and pop data on the Genero BDL stack.

Below is the list of C API functions that have been removed, check your C extension code for the usage of these functions. If such functions are required, link your C-Extensions with the IBM Informix ESQL/C libraries.


I am using the compile C extensions in the Genero BDL 3.00, what are the steps to link the C extensions with the IBM Informix ESQL/C libraries?

Many thanks in advance