forked from docs/doc-exports
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>
17 lines
1.7 KiB
HTML
17 lines
1.7 KiB
HTML
<a name="EN-US_TOPIC_0000001233883313"></a><a name="EN-US_TOPIC_0000001233883313"></a>
|
|
|
|
<h1 class="topictitle1">JDBC Package and Driver Class</h1>
|
|
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000001233883313__sbfa536a4d98e47b384c69d8cb91db388"><h4 class="sectiontitle">JDBC Package</h4><p id="EN-US_TOPIC_0000001233883313__p278421418394"><span id="EN-US_TOPIC_0000001233883313__ph16541135093317">Obtain the package <strong id="EN-US_TOPIC_0000001233883313__b1186245912512">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_0000001233883313__p12247165410113">JDBC driver JAR package obtained from decompression:</p>
|
|
<p id="EN-US_TOPIC_0000001233883313__p1229663019123"><strong id="EN-US_TOPIC_0000001233883313__b684245320518">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_0000001233883313__section3630181618106"><h4 class="sectiontitle">Driver Class</h4><p id="EN-US_TOPIC_0000001233883313__p463114164108">Before creating a database connection, you need to load the database driver class <strong id="EN-US_TOPIC_0000001233883313__b13554121666">org.postgresql.Driver</strong> (decompressed from <strong id="EN-US_TOPIC_0000001233883313__b25543211614">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>
|
|
|