The Artima Developer Community
Sponsored Link

Java Answers Forum
Guide, Tutorial or book on how to use MS access database with Java

4 replies on 1 page. Most recent reply: Jan 27, 2008 9:01 AM by Vincent O'Sullivan

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
Richard Ken

Posts: 7
Nickname: richardken
Registered: Dec, 2007

Guide, Tutorial or book on how to use MS access database with Java Posted: Jan 23, 2008 11:16 PM
Reply to this message Reply
Advertisement
Hello,

I m new to java. I want to use MS access database with Java. In this regard I searched the different topics. But still I m confused as to whether SQL is smth different to MS Access. I would be thankful if someone could suggest me the requirements for using MS Access database with Java. Actually I m new and I m afraid that I may start reading smth which is not required for this purpose. In this regard I would be thankful if you could suggest me any link or guide/tutorial. I have already done the basics of Java including Multithreading and Networking.

Many thanks
Ken


Vincent O'Sullivan

Posts: 724
Nickname: vincent
Registered: Nov, 2002

Re: Guide, Tutorial or book on how to use MS access database with Java Posted: Jan 24, 2008 2:11 AM
Reply to this message Reply
For a book try "JDBC API Tutorial and Reference" by White, Fisher, Cattell, Hamilton and Hapner.

Alternately, you can look on the web for anything related to JDBC-ODBC.

Richard Ken

Posts: 7
Nickname: richardken
Registered: Dec, 2007

Re: Guide, Tutorial or book on how to use MS access database with Java Posted: Jan 26, 2008 2:25 AM
Reply to this message Reply
Thanks alot

I would be thankful if someone could show me some e-book or e-tutorial.

Regards,
Ken

Richard Ken

Posts: 7
Nickname: richardken
Registered: Dec, 2007

Re: Guide, Tutorial or book on how to use MS access database with Java Posted: Jan 27, 2008 6:30 AM
Reply to this message Reply
Hello,

Regarding my original first post in this thread, I dont kno whether I have used the word database correctly for my purpose or not?

Actually I want to read/write from MS-Access file. I am using Netbeans 5.1. I want to access MS-Access files using
jdbc-odbc bridge with JAVA.

I am trying to build a very simple chat messenger. And I want the usernames and passwords to be stored in the MS-Access file. Also I would like that the users should be able to modify their passwords by accessing the Access file on the server. I have studied a little bit about SQL but it doesnt show on how to connect the file and how to use the different commands for ding/deleting/modifying/editing usernames n passwords (e.g. in the database of my above said messenger).

Many thanks in advance.

Ken.

Vincent O'Sullivan

Posts: 724
Nickname: vincent
Registered: Nov, 2002

Re: Guide, Tutorial or book on how to use MS access database with Java Posted: Jan 27, 2008 9:01 AM
Reply to this message Reply
Entering words Java and JDBC-ODBC into Google will yield many examples.

Flat View: This topic has 4 replies on 1 page
Topic: Guide, Tutorial or book on how to use MS access database with Java Previous Topic   Next Topic Topic: How to change text on

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use