Hi..
I want to read data from the microsoft access file(.mdb) using my servlet application . I need to read the data in .mdb file and format it to display on the web using my servlet application (or JSP)..How can i read data from .mdb file? I have never worked with mdb files before.
I need formatting the data and displaying it with some tables etc( i mean the presentation part).
SO thinking to use JSP instead of servelet..
Regards