Hi
Can v use a scrollable result set type to navigate back to the first record once the end of record is reached. Its possible in JDBC. How can i implemnt it in Spring Framework.
Plz help
Regards
Benno
Hi
Can v use a scrollable result set type to navigate back to the first record once the end of record is reached. Its possible in JDBC. How can i implemnt it in Spring Framework.
Plz help
Regards
Benno
benno
It is possible if database support it - you have to check database jdbc driver
regards
Peco
Hi Peco
How can i do that ???
benno
If you work with direct JDBC then call constructor for ResultSet (see API)
I use hibernate and hibernate call query.scroll()
regards