Ask Your Question
3

What is the meaning of "DriverManager.getConnection error" and "No connection"?

asked 2023-07-15 17:56:44 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-07-15 17:59:01 +0000

pufferfish gravatar image

"DriverManager.getConnection error" typically refers to an error that occurs when attempting to establish a connection to a database using the DriverManager class in Java. This error can occur for a number of reasons, such as incorrect login credentials, a missing JDBC driver, or a problem with the database server.

"No connection" usually means that the application or program is unable to establish a connection to the database. This error can occur if the database server is down, the server name or IP address is incorrect, the login credentials are incorrect, or there is a network issue. The program will typically display an error message indicating that it was unable to establish a database connection.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-15 17:56:44 +0000

Seen: 7 times

Last updated: Jul 15 '23