CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: resultset

  1. #1
    Join Date
    May 2000
    Posts
    3

    resultset

    Hello
    I am using JDK1.2 and trying to use previous() method of the resultset but I always get a compilation Error . Can anyone tell me why ?
    bye


  2. #2
    Join Date
    Apr 2000
    Location
    Austria (not Australia)
    Posts
    108

    Re: resultset

    the previous method is only supported by
    JDBC 2.0, which is included in java 2.0.


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured