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

