Prepares the DBTools library for use.
short DBToolsInit( const a_dbtools_info * );
A pointer to a structure. See a_dbtools_info structure.
A return code, as listed in Software component exit codes.
The primary purpose of the DBToolsInit function is to load the SQL Anywhere messages library. The messages library contains localized versions of error messages and prompts that DBTools uses internally.
The DBToolsInit function must be called at the start of any application that uses the DBTools interface, before any other DBTools functions. For an example, see A DBTools example.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |