doc-exports/docs/dws/dev/dws_04_0090.html
Lu, Huayi ef0ada5a59 DWS DEV 20240716 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-11-02 09:07:47 +00:00

1.9 KiB

JDBC Package and Driver Class

JDBC Package

Download the dws_8.x.x_jdbc_driver.zip package from the console.

For details, see "Downloading the JDBC or ODBC Driver" in the Data Warehouse Service (DWS) User Guide.

JDBC driver JAR package obtained from decompression:

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).