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

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - 编程 » ODBC 支持 » ODBC 句柄

 

ODBC 句柄

ODBC 程序所需的句柄类型现列示如下:

句柄类型
环境 SQLHENV
连接 SQLHDBC
语句 SQLHSTMT
描述符 SQLHDESC
 ♦ 使用 ODBC 句柄
  1. 调用 SQLAllocHandle 函数。

    SQLAllocHandle 采用以下参数:

  2. 在随后的函数调用中使用该句柄。

  3. 使用 SQLFreeHandle 释放对象。

    SQLFreeHandle 采用以下参数:

 示例
 另请参见