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

SQL Anywhere 11.0.1 » UltraLite - C and C++ Programming » API Reference » UltraLite ODBC API reference

 

SQLDisconnect function

Disconnects the application from a database, for UltraLite ODBC.

Syntax
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLDisconnect (
SQLHDBC ConnectionHandle );
Parameters
  • ConnectionHandle   The handle for the connection to be closed.

Remarks

Once SQLDisconnect is called, no further operations can be carried out against the database without opening a new connection.

See also