dbClose#
Purpose#
Closes a database connection and destroys any remaining queries.
Format#
- dbClose(db_id)#
- Parameters:
db_id (scalar) – database connection index number.
Remarks#
dbClose()
does not remove the database connection from the list of
available database connections. The connection can be opened again
without repeating the database initialization and setup steps.