dm7jdbcmongodb jdbc driverr16.jar是什么作用的

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
您的访问请求被拒绝 403 Forbidden - ITeye技术社区
您的访问请求被拒绝
亲爱的会员,您的IP地址所在网段被ITeye拒绝服务,这可能是以下两种情况导致:
一、您所在的网段内有网络爬虫大量抓取ITeye网页,为保证其他人流畅的访问ITeye,该网段被ITeye拒绝
二、您通过某个代理服务器访问ITeye网站,该代理服务器被网络爬虫利用,大量抓取ITeye网页
请您点击按钮解除封锁&求oracle.jdbc.driver.OracleDriver的驱动的jar包_百度知道6.&JDBC Drivers6.&JDBC Drivers6.1.&Configuring JDBC drivers
Before you can connect to a DBMS you have to configure the JDBC driver to be used.
The driver configuration is available in the connection
dialog or through File & Manage Drivers
The JDBC driver is a file with the extension .jar (some drivers need more than one file).
See the end of this section for a list of download locations. Once you have downloaded the driver you
can store the driver's .jar file anywhere you like.
To register a driver with SQL Workbench/J you need to specify the following details:the driver's class namethe library ("JAR file") where to find the driver (class)
After you have selected the .jar file(s) for a driver (by clicking on the
button), SQL Workbench/J will scan the jar file looking for a JDBC driver. If only a single driver is found,
the class name is automatically put into the entry field for the class name. If more than one JDBC driver implementation is found, you
will be prompted to select one. In that case, please refer to the manual of your driver or database to choose the correct one.
SQL Workbench/J is not using the system's CLASSPATH definition
(i.e. the environment variable named CLASSPATH) to load the driver classes.
Changing the CLASSPATH environment variable to include your driver's library will have no effect.
If you enter the class name of the driver manually, remember that it's case-sensitive:
org.postgresql.driver is something different than org.postgresql.Driver
Files that are not found are displayed in red and italics.
The name of the library has to contain the full path to the driver's jar file, so that
SQL Workbench/J can find it. Some drivers are distributed in several jar files. In that case,
select all necessary files in the file open dialog, or add them one after the other. If an entry
is selected in the list of defined jar files when adding a new jar file, the selected entry will
be overwritten.
For drivers that require a license file, you have to include the license jar to the list of files for that driver.
If the driver requires files that are not contained in the jar library,
you have to include the directory containing those files as part of the library definition
(e.g: "c:\etc\TheDriver\jdbcDriver.c:\etc\TheDriver").
You can assign a sample URL to each driver, which will be put into
the URL property of the profile, when the driver class is selected.
SQL Workbench/J comes with some sample URLs pre-configured.
Some of these sample URLs use brackets to indicate a parameters that need
to be replaced with the actual value for your connection: (servername)
In this case the entire sequence including the brackets need to be replaced with the
actual value.
The JDBC/ODBC bridge is no longer available in Java 8 and therefor it is not possible to connect
through an ODBC data source when using SQL Workbench/J.
6.2.&Specifying a library directory
When defining the location of the driver's .jar file, you can use the placeholder
%LibDir% instead of the using the directory's name directly.
This way your WbDrivers.xml is portable across installations.
To specify the library directory, either set it in the
file, or specify the directory using the
switch when starting the application.
6.3.&Popular JDBC drivers
Here is an overview of common JDBC drivers, and the class name that need
to be used. SQL Workbench/J contains predefined JDBC drivers with sample URLs
for connecting to the database.
Most drivers accept additional configuration parameters either in the URL
or through the .
Please consult the manual of your driver for more detailed information on these
additional parameters.&&&&达梦数据库驱动jar包
达梦数据库驱动jar包
达梦7JDBC驱动分为Dm7JdbcDriver14、Dm7JdbcDriver15、Dm7JdbcDriver16,分别对应Jdk1.4、Jdk1.5、Jdk1.6;
达梦7Hibernate方言包分为Dm7Dialect314、Dm7Dialect15、Dm7Dialect16,分别对应Jdk1.4、Jdk1.5、Jdk1.6;
Hibernate.cfg.xml配置要求:
1、驱动名称
&property name=&connection.driver_class&&dm.jdbc.driver.DmDriver&/property&
2、方言包名称
&property name=&dialect&&org.hibernate.dialect.Dm7Dialect&/property&
Hibernate工程环境要求:
一、Jdk1.4工程
1、Properties-&Java Build Path-&Libraries目录添加:Dm7JdbcDriver14.jar、Dm7Dialect14.
2、Properites-&Java Compiler,右侧JDK Compilance栏,Compiler compilance level选择1.4;
二、Jdk1.5工程
1、Properties-&Java Build Path-&Libraries目录添加:Dm7JdbcDriver15.jar、Dm7Dialect15.
2、Properites-&Java Compiler,右侧JDK Compilance栏,Compiler compilance level选择1.5;
三、Jdk1.6工程
1、Properties-&Java Build Path-&Libraries目录添加:Dm7JdbcDriver16.jar、Dm7Dialect16.
2、Properites-&Java Compiler,右侧JDK Compilance栏,Compiler compilance level选择1.6;
若举报审核通过,可奖励20下载分
被举报人:
举报的资源分:
请选择类型
资源无法下载
资源无法使用
标题与实际内容不符
含有危害国家安全内容
含有反动色情等内容
含广告内容
版权问题,侵犯个人或公司的版权
*详细原因:
VIP下载&&免积分60元/年(1200次)
您可能还需要
开发技术下载排行oracle.jdbc.driver.OracleTypes在那个jar包下??_百度知道

我要回帖

更多关于 jdbc driver 的文章

 

随机推荐