Problem Connecting Java application to MS Access Database
Would like to connect my MS Access Database tables to my Java Application. Initially I want to simply display a field value from an Access database table on the screen.
(Say -
database file name: school.mdb
table name: student_details
field name: First Name, Last Name, Roll No, City)
I'm very new to Java and using the Really Big Index Tutorial online to learn java skills. (http://java.sun.com/docs/books/tutorial/reallybigindex.html). This does not throw much light on the basics, and says how Netbeans app can be connected to Derby sample database... which is not clear to me as well.
Please guide accordingly.

