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
Printable View
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
the previous method is only supported by
JDBC 2.0, which is included in java 2.0.