Release software resources when they are no longer being used to prevent the UltraLite database file from remaining in use for as long as the application has a connection to the database.
Prerequisites
There are no prerequisites for this task.
Call the Close method to release resources.
Use the following code when the application no longer requires a connection to the database:
if( conn != NULL ) { conn->Close( &ulerr ); } |
Call the Fini method to finalize the ULDatabaseManager object.
Use the following code when closing the application.
ULDatabaseManager.Fini(); |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |