Hi all
I'm trying to do some calculations using java.....when I execute my query and want to ensure that I am at the first row I'm using ResultSet.first()...but that gives me an "Unsupported method"-error.
I've tried ResultSet.absolute(1) as well - with the same result unfortunately :(
Does anybody know what I'm doing wrong ??
Thanks
KimDid you make your resultset scrollable ?|||That looks more like vb than java...
http://java.sun.com/docs/books/tutorial/index.html|||Nope - its java.
没有评论:
发表评论