I have a database, I used jsbc::odbc to connect it with my JSP page.
Now I want that the contents of my access database to be printed in a textarea of my JSP page with a next and previous page button by which I can switch between different fields of database.
Can anybody help me with the code?