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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据库工具接口 » 数据库工具接口 » DBTools 函数

 

DBToolsVersion 函数

返回 DBTools 库的版本号。

原型
short DBToolsVersion ( void );
返回值

一个短整数,指示 DBTools 库的版本号。

注释

使用 DBToolsVersion 函数来检查 DBTools 库不比应用程序开发所针对的库旧。尽管应用程序可针对较新版本的 DBTools 运行,但是它们不能针对较旧版本的 DBTools 运行。

另请参见