Disconnects the application from a database, for UltraLite ODBC.
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLDisconnect (
SQLHDBC ConnectionHandle );
ConnectionHandle The handle for the connection to be closed.
Once SQLDisconnect is called, no further operations can be carried out against the database without opening a new connection.