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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » Database Tools Interface » DBTools structures

a_dblic_info structure Next Page

a_dbtools_info structure


Holds the information needed to start and finish working with the DBTools library.

Syntax
typedef struct a_dbtools_info {
    MSG_CALLBACK        errorrtn;
} a_dbtools_info;
Members
Member Description
errorrtn Callback routine for handling an error message.
See also