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) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_SQLObject_iface class

 

Release function

Releases a reference to an object.

Syntax
ul_u_long UltraLite_SQLObject_iface::Release()
Remarks

The object is freed once you have removed all references. You must call this function at least once. If you use AddRef function you also need a matching call from each AddRef function.