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

17 lines
1.7 KiB
HTML

<a name="EN-US_TOPIC_0000001098814720"></a><a name="EN-US_TOPIC_0000001098814720"></a>
<h1 class="topictitle1">JDBC Package and Driver Class</h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000001098814720__sbfa536a4d98e47b384c69d8cb91db388"><h4 class="sectiontitle">JDBC Package</h4><p id="EN-US_TOPIC_0000001098814720__p759115835819"><span id="EN-US_TOPIC_0000001098814720__ph158921831987">Obtain the package <strong id="EN-US_TOPIC_0000001098814720__b5875103351920">dws_8.1.x_jdbc_driver.zip</strong> from the management console. For details, see <a href="dws_04_0087.html">Downloading Drivers</a>.</span> </p>
<p id="EN-US_TOPIC_0000001098814720__p18962111516415">Compressed in it is the JDBC driver JAR package:</p>
<p id="EN-US_TOPIC_0000001098814720__p51891491255"><strong id="EN-US_TOPIC_0000001098814720__b9233114133513">gsjdbc4.jar</strong>: 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.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000001098814720__s10fda0404a3e43beba982d84bd15dc54"><h4 class="sectiontitle">Driver Class</h4><p id="EN-US_TOPIC_0000001098814720__a0419f434ab2c4e3ba492911d10066c10">Before creating a database connection, you need to load the database driver class <strong id="EN-US_TOPIC_0000001098814720__b374112488439">org.postgresql.Driver</strong> (decompressed from <strong id="EN-US_TOPIC_0000001098814720__b16741124864310">gsjdbc4.jar</strong>).</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_04_0088.html">JDBC-Based Development</a></div>
</div>
</div>