Archive for the tag "odbc"
Connecting to MS Access Files via JDBC in 64-bit Java
July 26th, 2011 by Scott SelikoffIn 32-bit Java, the technique for connecting to a Microsoft Access file via JDBC connection is well-known and available as part of the Sun JDK. There are a number of errors, though, if you attempt to use a 64-bit version of Java that are not as well documented. This article points out some of those […]
Posted: 26 July, 2011 in Java/Java EE, JDBC.
Tags: access, driver, Java/Java EE, JDBC, msaccess, odbc
Comments: 27