Results 1 to 5 of 5
Thread: MS Access with Java
- 10-22-2008, 04:28 PM #1
Member
- Join Date
- Oct 2008
- Posts
- 63
- Rep Power
- 0
- 10-22-2008, 06:00 PM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
That's the one that is normally used.
Otherwise you can try Jackcess (Google for that), but AFAIK, that is not JDBC and is fairly limited. Otherwise Google for "Type 4 JDBC Driver MS Access". There is only one that I know (from HXTT I believe the company name is), but it is not free.
- 10-23-2008, 02:02 AM #3
Senior Member
- Join Date
- May 2008
- Location
- Makati, Philippines
- Posts
- 234
- Rep Power
- 6
there are three ways to connect to MSAccess and i think the driver for that is already build in the JDK (i'll check on that) the name of the driver is JDBC-ODBC bridge.
3 ways to connect.
1. using ODBC with MS Access installed
2. using ODBC without MS Access installed
3. plain old direct connection to the file without any setting in the ODBC
About writing and saving data, it is much like SQL commands or you can use preparedstatement and just use batch processing. there are many ways ^_^ Just look for the one that suit your needs =)Mind only knows what lies near the heart, it alone sees the depth of the soul.
- 10-23-2008, 07:49 AM #4
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Those are all simply JDBC-ODBC Bridge uses.
There are other ways. Check out Jackcess. And, like I said, there is also a Type 4 JDBC Driver for Access, although it is not free.
- 10-24-2008, 02:59 AM #5
Senior Member
- Join Date
- May 2008
- Location
- Makati, Philippines
- Posts
- 234
- Rep Power
- 6
Similar Threads
-
java.io.FileNotFoundException: ..\log\server.log (Access is denied.
By parimal in forum Advanced JavaReplies: 22Last Post: 04-09-2011, 04:59 AM -
Help with Java and MS access
By lemurian in forum New To JavaReplies: 1Last Post: 04-30-2008, 01:46 PM -
Trying to get my Java Bean to access a parm that I'm passing via a jsp?
By 72dolfan in forum JavaServer Faces (JSF)Replies: 1Last Post: 03-13-2008, 02:36 PM -
Help with access a database using Microsoft Access
By cachi in forum JDBCReplies: 1Last Post: 08-07-2007, 07:51 AM -
How to access system calls in java
By Albert in forum New To JavaReplies: 1Last Post: 07-13-2007, 03:12 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks