Help Center/
GaussDB/
Developer Guide(Distributed_2.x)/
Application Development Guide/
Development Based on JDBC/
Loading a Driver
Updated on 2023-10-23 GMT+08:00
Loading a Driver
Load the database driver before creating a database connection.
You can load the driver in the following ways:
- Before creating a connection, implicitly load the driver in the code using the Class.forName("org.postgresql.Driver") method.
- During the JVM startup, transfer the driver as a parameter to JVM using the java -Djdbc.drivers=org.postgresql.Driver jdbctest argument.
- jdbctest is the name of a test application.
- If opengaussjdbc.jar is used, change the driver class name to com.huawei.opengauss.jdbc.Driver.
Parent topic: Development Based on JDBC
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot