1
0
forked from docs/doc-exports
doc-exports/docs/dws/dev/dws_04_0090.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00

1.7 KiB

JDBC Package and Driver Class

JDBC Package

Obtain the package dws_8.1.x_jdbc_driver.zip from the management console. For details, see Downloading Drivers.

Compressed in it is the JDBC driver JAR package:

gsjdbc4.jar: Driver package compatible with PostgreSQL. The class name and class structure in the driver are the same as those in the PostgreSQL driver. All the applications running on PostgreSQL can be smoothly transferred to the current system.

Driver Class

Before creating a database connection, you need to load the database driver class org.postgresql.Driver (decompressed from gsjdbc4.jar).