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

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » Embedded SQL API Reference

Introduction to embedded SQL API Next Page

db_fini function


Frees resources used by the UltraLite runtime library.

Syntax

unsigned short db_fini( SQLCA * sqlca );

Returns
Remarks

You must not make any other UltraLite library call or execute any embedded SQL command after db_fini is called.

Call db_fini once for each SQLCA being used.

See also