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

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere C API reference » sacapi.h

 

sqlany_make_connection function

Creates a connection object based on a supplied DBLIB SQLCA pointer.

Syntax
a_sqlany_connection * sqlany_make_connection( void * arg )
Parameters
  • arg   A void * pointer to a DBLIB SQLCA object.

See also