SQLDisconnect() function
- Last UpdatedJun 17, 2024
- 1 minute read
The SQLDisconnect() function disconnects you from the database and cleans up all unreleased resources that were obtained for SQLPrepareStatement() and SQLInsertPrepare() functions.
Category
SQL
Syntax
[ResultCode=]SQLDisconnect(ConnectionID);
Argument
ConnectionId
Name of a memory integer tag that holds the number (ID) assigned by the SQLConnect() function to each database connection.
See Also
SQLConnect()