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 数据访问 API » SQL Anywhere C API 参考 » sacapi.h

 

sqlany_make_connection 函数

基于已提供的 DBLIB SQLCA 指针创建连接对象。

语法
a_sqlany_connection * sqlany_make_connection( void * arg )
参数
  • arg   指向 DBLIB SQLCA 对象的 void * 指针。

另请参见