HomeMogDBMogDB StackUqbar
v3.0

Documentation:v3.0

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.