HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Other Versions:

Closing the Connection

After you complete required data operations in a database, close the database connection. Call the close method such as connection.close() to close the connection.

img CAUTION: This method closes the database connection and does not automatically call commit(). If you just close the database connection without calling commit() first, changes will be lost.

Copyright © 2011-2024 www.enmotech.com All rights reserved.