Closes the current connection and frees the memory used by the connection.
SQLDisconnect must be systematically called to close the connection, even if this connection failed.
Remarks
Miscellaneous
- A single connection can be established at a given time.
- The memory allocated during the connection (execution of "SQLFreeConnect") is automatically freed.