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>
19 lines
1.9 KiB
HTML
19 lines
1.9 KiB
HTML
<a name="EN-US_TOPIC_0000001510162777"></a><a name="EN-US_TOPIC_0000001510162777"></a>
|
|
|
|
<h1 class="topictitle1">JDBC Package and Driver Class</h1>
|
|
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000001510162777__sbfa536a4d98e47b384c69d8cb91db388"><h4 class="sectiontitle">JDBC Package</h4><p id="EN-US_TOPIC_0000001510162777__p468121268"></p>
|
|
<p id="EN-US_TOPIC_0000001510162777__p278421418394"><span id="EN-US_TOPIC_0000001510162777__ph2258164483416">Download the <strong id="EN-US_TOPIC_0000001510162777__b1155013945018">dws_8.x.x_jdbc_driver.zip</strong> package from the console.</span></p>
|
|
<p id="EN-US_TOPIC_0000001510162777__en-us_topic_0000001099130898_p4451066501">For details, see "Downloading the JDBC or ODBC Driver" in the <em id="EN-US_TOPIC_0000001510162777__i180161971193226">Data Warehouse Service (DWS) User Guide</em>.</p>
|
|
<p id="EN-US_TOPIC_0000001510162777__p18962111516415">JDBC driver JAR package obtained from decompression:</p>
|
|
<p id="EN-US_TOPIC_0000001510162777__p51891491255"><strong id="EN-US_TOPIC_0000001510162777__b1584512420462">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_0000001510162777__section19422124845610"><h4 class="sectiontitle">Driver Class</h4><p id="EN-US_TOPIC_0000001510162777__p242244825616">Before creating a database connection, you need to load the database driver class <strong id="EN-US_TOPIC_0000001510162777__b930465610479">org.postgresql.Driver</strong> (decompressed from <strong id="EN-US_TOPIC_0000001510162777__b9304155694717">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>
|
|
|