Updated on 2025-08-25 GMT+08:00

Closing the Connection

After using the database connection to complete the data operations, you need to close the database connection.

To close the database connection, simply call its close method.

Example: conn.close ()