How to read from .mdb file?

i have records in access file(.mdb)

I am getting that record in a JTextArea by making Connection with the database.

But I want that instead of getting 1 record every time in a text area i should get 10 records at a time in some table(or so) in such a way that each record comes in a different row(editable) and when i put cursor on that row the text area which was earlier used should get populated by this record

Its urgent Please help me

[502 byte] By [amin_rashid] at [2007-9-26 2:43:21]
# 1
You can try using JDBC API to retrieve from access database.Remember, when you settext to textarea, use "\n" character to go to next row and populate the record from access database.
cheehwa at 2007-6-29 10:21:54 > top of Java-index,Archived Forums,Java Programming...