aspose file tools
The moose likes JDBC and the fly likes new JDBC Driver  for MSAccess Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "new JDBC Driver  for MSAccess" Watch "new JDBC Driver  for MSAccess" New topic
Author

new JDBC Driver for MSAccess

A George
Greenhorn

Joined: Dec 06, 2001
Posts: 2
Hi,
could anyone please tell from where can I download new JDBC driver that support concurrency and many other advance features
such as scrolling resultset.
what are the steps (ie setting of path and classpath)to be followed for its installation and execution with
Java platform - Java 2 StdEdition v 1.2.1
web server - tomcat
Database -MSAccess
OS -WIN98 and WIN NT
I would appreciate your help
Thanks
Jamie Robertson
Ranch Hand

Joined: Jul 09, 2001
Posts: 1879

isn't this a contradiction?
"support concurrency and many other advance features" &
"MSAccess"
if you are limited to MSAccess and you want a free driver, I only know of the jdbc dbc bridge packaged with your jdk. This is only as advanced as the underlying odbc installed on the users PC. In fact it is very limited, and basic as opposed to advanced(more info on jdbc dbc here http://java.sun.com/products/jdbc/faq.html ). If your willing to fork out some cash, then you have more options: http://industry.java.sun.com/products/jdbc/drivers/search-results/1,2722,,00.html
but even with the purchased drivers, Access itself is limited.
Maybe if you could define what you need in "advanced features" we could better help you.
A George
Greenhorn

Joined: Dec 06, 2001
Posts: 2
The advanced features that I meant are additional methods
(compared to jdk 1.1 docs)included in interface ResultSet of java.sql package in jdk 1.2 documentation .
If my knowledge is correct inorder to make use of that I will have to download J2SE 1.4 beta version consisting of jdbc-odbc driver having both java.sql and javax.sql package
or buy JDBC driver for MSAccess.
Thanks for your response.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: new JDBC Driver for MSAccess
 
Similar Threads
MS Access query
Win7 MSAccess Cannot get DB Connection
URGENT !! JDBC driver help. Reply asap
How to connect msaccess database from myeclipse IDE tools
Hibernate with MSAccess?