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

SAP Sybase SQL Anywhere 16.0 (中文) » SQL Anywhere 服务器 - 编程 » 嵌入式 SQL

 

开发过程概述

嵌入式 SQL 开发过程概述。

在对程序成功地进行预处理和编译后,就可以将其与 DBLIB 的导入库链接在一起,形成可执行文件。在运行数据库服务器时,这个可执行文件使用 DBLIB 与数据库服务器交互。在对程序进行预处理时,不必运行数据库服务器。

在 Windows 上,有适用于 Microsoft Visual C++ 的 32 位 和 64 位导入库。通过使用导入库可以开发调用 DLL 中函数的应用程序。但是,建议动态地加载库,以避免使用导入库。

 另请参见