extract data using JSP with next previous, last and first button

Hi Gurus,

I am new to JSP, Could you pleas provide complete code to display

data extracted from database using JSP with next, previous, last and first button

Iam using access as database and able to connect to database,

with next button want to displayone record at a time.

I apreciate your answers

Thanks in advance

Raj

[370 byte] By [jsp_code_data_extractin2020a] at [2007-11-26 16:26:55]
# 1
You can put the ResultSet Object in the request and use it as bean,or creat som bean.or using JSTL for using database.
Ori-Gila at 2007-7-8 22:51:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

@jsp_code_data_extractin2020

>Could you pleas provide complete code to display

>data extracted from database using JSP with next, previous, last and first button

Well people here can only guide by giving ideas but certainly

one cannot help you by providing readymade codes.

There are few existing libraries & frameworks which can support your requirements.

It would be great if you can go through links specified below & take pains

to devolop your own code.

http://www.javaworld.com/javaworld/jw-07-2004/jw-0726-pagination.html

http://developers.sun.com/prodtech/javatools/jscreator/reference/techart/2/createTableDynamically.html

http://java-x.blogspot.com/2006/11/pagination-with-displaytag.html

http://www.thearcmind.com/confluence/display/SpribernateSF/Pagination+using+a+h_dataGrid+and+Hibernate

http://www.servletsuite.com/jsp.htm

This would be the right way of how you can learn things instead of buying

a readymade code with Dukes. :)

Hope this doesn't hurt

finally,i'd appriciate if U can stop creating random accounts for silly things.

REGARDS,

RaHuL

RahulSharnaa at 2007-7-8 22:51:05 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...