JDBC Driver
- Infomix
- Driver: com.informix.jdbc.IfxDriver
- JDBC URL : jdbc:informix-sqli://<host>:<port>/<database>:informixserver=<dbservername>
- Required File : ifxjdbc.jar(下载)
- JavaDB/Derby
- Driver Class : org.apache.derby.jdbc.ClientDriver
- JDBC URL : jdbc:derby:net://<host>:<port1527>/<databaseName>
- Required File : derbyclient.jar(下载)
- Microsoft SQL Server 2000
- Driver Class : com.microsoft.jdbc.sqlserver.SQLServerDriver
- JDBC URL : jdbc:microsoft:sqlserver://<host>:<port1433>;DatabaseName=<database>
- Required File : msjdbc.jar(下载)
- Microsoft SQL Server 2005
- Driver Class : com.microsoft.sqlserver.jdbc.SQLServerDriver
- JDBC URL : jdbc:sqlserver://<host>[:<port1433>];databaseName=<database>
- Required File : sqljdbc.jar(下载)
- MySQL (Connector/J)
- Driver Class : com.mysql.jdbc.Driver
- JDBC URL : jdbc:mysql://<host>:<port3306>/<database>
- Required File : mysql-connector-java-nn-bin.jar(下载)
- Oracle (Thin JDBC Driver)
- Driver Class : oracle.jdbc.driver.OracleDriver
- JDBC URL :
- jdbc:oracle:thin:@<host>:<port>:<SID>
- jdbc:oracle:thin:@<host>:<port>/<service>
- jdbc:oracle:thin:@<TNSName>
- Required File : ojdbcxx.jar(下载)
- Oracle (OCI JDBC Driver)
- Driver Class : oracle.jdbc.driver.OracleDriver
- JDBC URL :
- jdbc:oracle:thin:@<host>:<port>:<SID>
- jdbc:oracle:thin:@<host>:<port>/<service>
- jdbc:oracle:thin:<TNSName>
- Required File : ojdbcxx.jar(下载)
- PostgreSQL
- Driver Class : org.postgresql.Driver
- JDBC URL : jdbc:postgresql://<host>:<port5432>/<database>
- Required File : postgresql-nn.jdbc3.jar(下载)
JDBC Driver的更多相关文章
- Class.forName("com.mysql.jdbc.Driver") ;
try { Class.forName("com.mysql.jdbc.Driver") ; } catch(ClassNotFoundException e) { System. ...
- JDBC Driver Types
JDBC Driver Types Type1: JDBC-ODBC Bridge Driver Type2: JDBC-Native API Type3: JDBC-Net Pure Java Ty ...
- [bigdata] 启动CM出现 “JDBC Driver class not found: com.mysql.jdbc.Driver” 以及“Error creating bean with name 'serverLogFetcherImpl'”问题的解决方法
问题:“JDBC Driver class not found: com.mysql.jdbc.Driver” 通过以下命令启动cm [root@hadoop1 ~]# /etc/init.d/cl ...
- java中myeclipse连接mysql问题(java.lang.ClassNotFoundException: com.mysql.jdbc.Driver)
java中myeclipse连接mysql问题(java.lang.ClassNotFoundException: com.mysql.jdbc.Driver) 1.往项目中添加mysql-conne ...
- JDBC driver connection string大全
Database / data source URL format / driver name Value Default port MySQL URL format: jdbc:mysql: ...
- java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver 错误的解决办法
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver 错误的解决办法 (2011-05-05 16:08:05) 转载▼ ...
- unkow jdbc driver : http://maven.apache.org
报了这么一个错,找了很久才找到问题出在哪里,具体为什么会什么出现现在还不怎么懂,只是现在能让它继续跑起来 这个错是因为我的spring-mybatis.xml文件读取不了jdbc.properties ...
- 【转】关于Class.forName(“com.mysql.jdbc.Driver”)
原文:http://www.cnblogs.com/gaojing/archive/2012/03/23/2413638.html 传统的使用jdbc来访问数据库的流程为: Class.forName ...
- ORACLE11g JDBC Driver
http://blog.163.com/z_rx/blog/static/276363762011312947507/ ORACLE服务器端安装程序找到相应目录"x$\app\Adminis ...
- JNDI数据源局部配置(解决Cannot create JDBC driver of class '' for connect URL 'null')
最开始,我是借鉴 孤傲苍狼的JNDI教程去做的,他讲得很详细,但是坏处也就是因为他讲的太详细.查了很多书,都是建议说不要用全局去配置JNDI,一是要修改tomcat的server.xml,容易破坏to ...
随机推荐
- I.MX6 console 跳过 login
/*************************************************************************** * I.MX6 console 跳过 logi ...
- js校验表单后提交表单的三种方法总结(转)
第一种: 代码如下: <script type="text/javascript"> function check(form) { if(form.userId.val ...
- Spring mvc源码url路由-我们到底能走多远系列(38)
我们到底能走多远系列38 扯淡: 马航的事,挺震惊的.还是多多珍惜身边的人吧. 主题: Spring mvc 作为表现层的框架,整个流程是比较好理解的,毕竟我们做web开发的,最早也经常接触的就是一个 ...
- Python小爬虫-自动下载三亿文库文档
新手学python,写了一个抓取网页后自动下载文档的脚本,和大家分享. 首先我们打开三亿文库下载栏目的网址,比如专业资料(IT/计算机/互联网)http://3y.uu456.com/bl-197?o ...
- hdu 4252 A Famous City
题意:一张相片上的很多建筑相互遮住了,根据高低不同就在相片上把一座高楼的可见部分作为一个矩形,并用数字描述其高度,若一张相片上的两个建筑群中间有空地,高度则为0;求最少有多少个建筑; 分析: 输入的0 ...
- UVa 10810 - Ultra-QuickSort
题目大意:给出一个数列,每次交换相邻数字,求排成递增序的最少交换次数. 分析:求逆序数,合并排序 #include<cstdio>#include<cstring>#inclu ...
- numpy常用函数
numpy.ndarray.astype 更改np.array的类型.
- leetcode 124. Binary Tree Maximum Path Sum ----- java
Given a binary tree, find the maximum path sum. For this problem, a path is defined as any sequence ...
- 水灾(sliker.cpp/c/pas) 1000MS 64MB
大雨应经下了几天雨,却还是没有停的样子.土豪CCY刚从外地赚完1e元回来,知道不久除了自己别墅,其他的地方都将会被洪水淹没. CCY所在的城市可以用一个N*M(N,M<=50)的地图表示,地图上 ...
- HDU-4747 Mex(线段树区间更新)
题目大意:给一个长度为n的整数序列,定义mex(i,j)表示区间[i,j]中没有出现过的最小非负整数,求sigma(mex(i,j)),即序列中所有连续非空子区间的mex之和. 题目分析: answe ...