Home > Database > Mysql Tutorial > body text

JSP如何通过不设置数据源来连接access数据库

WBOY
Release: 2016-06-07 15:36:57
Original
1146 people have browsed it

为什么JSP不 通过 ODBC 连接 access时,只能 连接 .mdb ,而不能 连接 .accdb 的 数据 库呢,我的URL也相应的作出了修改,为 String url = jdbc:odbc:driver={Microsoft Access Driver (*.mdb,*.accdb)};DBQ=+dpath ; 但是为什么会报错的呢??报错的是来自S

为什么JSP不通过ODBC连接access时,只能连接.mdb,而不能连接.accdb数据库呢,我的URL也相应的作出了修改,为

String url = "jdbc:odbc:driver={Microsoft Access Driver (*.mdb,*.accdb)};DBQ="+dpath ;

但是为什么会报错的呢??报错的是来自SQLException这个异常的

[Microsoft][ODBC 驱动程序管理器] 未发现数据源名称并且未指定默认驱动程序

难道是版本的不同??还是其他什么的原因??那url该如何修改呢···

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!