close()
This closes the database connection. Note that this does not automatically call commit()
. If you just close your database connection without calling commit()
first, your changes will be lost!
close()
This closes the database connection. Note that this does not automatically call commit()
. If you just close your database connection without calling commit()
first, your changes will be lost!
Please login to continue.