Closes and frees all SQL Server connections.
SqlExit
SqlExit calls SqlClose repeatedly for all allocated SQL Server connections. SqlClose stops any activity associated with a SQL Server connection, closes a SQL Server connection, and frees allocated memory. SQL Server connections are opened with SqlOpen%.
You can use SqlClose directly to close a single SQL Server connection.