I just came accross that in the book "JDBC API Tutorial and Reference,
Third Edition". In the last paragraph of section "27.1.19 Queries That
Produce Updatable Result Sets" (p.715) it stands:
"Result sets created by means other than the execution of a query, such
as those returned by several methods in the DatabaseMetaData interface,
are not scrollable or updatable, nor are they required to be."
Fernanda
Daniel John Debrunner wrote:
I known I've seen a statement somewhere that listed the ResultSet
attributes for ResultSets returned from DatabaseMetaData methods.
It stated that such ResultSets were forward only etc.
Now I can't find that statement in JDBC 4.0/3.0 spec or the javadoc.Does
anyone remember where this statement is?
Thanks,
Dan.