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

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere C API reference » Introduction to the SQL Anywhere C API version 1.0

 

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.