Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
准备要使用的 DBTools 库。
short DBToolsInit( const a_dbtools_info * );
指向结构的指针。请参见a_dbtools_info 结构。
一个返回代码,如软件组件的退出代码中所列。
DBToolsInit 函数的主要用途是装载 SQL Anywhere 消息库。消息库包含 DBTools 内部使用的本地化版本的错误消息和提示。
必须在使用 DBTools 接口的任何应用程序的开头以及在任何其它 DBTools 函数之前调用 DBToolsInit 函数。有关示例内容,请参见DBTools 的示例。