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