Results 1 to 4 of 4

Thread: Scrollable resultset

  1. #1
    Join Date
    Dec 2004
    Location
    India
    Posts
    9

    Default Scrollable resultset

    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

  2. #2
    Join Date
    Aug 2004
    Posts
    203

    Default

    It is possible if database support it - you have to check database jdbc driver

    regards
    Peco

  3. #3
    Join Date
    Dec 2004
    Location
    India
    Posts
    9

    Default re scrollable resultset

    Hi Peco

    How can i do that ???
    benno

  4. #4
    Join Date
    Aug 2004
    Posts
    203

    Default

    If you work with direct JDBC then call constructor for ResultSet (see API)
    I use hibernate and hibernate call query.scroll()

    regards

Similar Threads

  1. Replies: 2
    Last Post: Jul 23rd, 2010, 12:27 AM
  2. Replies: 3
    Last Post: Oct 31st, 2007, 03:49 PM
  3. Replies: 2
    Last Post: Dec 1st, 2006, 03:07 AM
  4. Replies: 2
    Last Post: Sep 21st, 2005, 04:52 PM
  5. Replies: 1
    Last Post: Jun 13th, 2005, 06:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •