Hi,
If a ResultSet has just been returned from the executeQuery()-methode,
calling relative(n) with n>1 and even with n=1 causes a
"com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC:
Result set is positioned before first row."
As the javadoc of ResultSet state, the case n=1 should be identical to
calling the next() method. But it isn't. It throws the above Exception,
which isn't thrown, when i call next();
I don't think, that calling relative(n) with n>1 should fail either.
Thx
Sven
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
- RE: [BUG?] JDBC: ResultSet.relative(n) Sven Köhler
- RE: [BUG?] JDBC: ResultSet.relative(n) Schroeder, Alexander
- RE: [BUG?] JDBC: ResultSet.relative(n) Blas Rodriguez Somoza
- RE: [BUG?] JDBC: ResultSet.relative(n) Schroeder, Alexander
- RE: [BUG?] JDBC: ResultSet.relative(n) Blas Rodriguez Somoza
- RE: [BUG?] JDBC: ResultSet.relative(n) Schroeder, Alexander
- Re: [BUG?] JDBC: ResultSet.relative(n) Sven K�hler
