HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

Closing a Connection

After you complete required data operations in the database, close the database connection.

Call the close method to close the connection, for example, Connection conn = DriverManager.getConnection("url","user","password"); conn.close();

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