Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Programming » SQL Anywhere database API for C/C++ » SQL Anywhere C API support

 

Loading the interface library dynamically

The code to dynamically load the DLL is contained in the header file sacapidll.h. Applications must include the sacapidll.h header file and compile in sacapidll.c. You can use sqlany_initialize_interface to dynamically load the DLL and look up the entry points.