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

SQL Anywhere 12.0.0 » SQL Anywhere Server - Programming » Database tools interface (DBTools) » Using the database tools interface

 

Using the import libraries

To use the DBTools functions, you must link your application against a DBTools import library that contains the required function definitions.

For Unix systems, no import library is required. Link directly against libdbtool12.so (non-threaded) or libdbtool12_r.so (threaded).

 Import libraries