Hi,

as
http://java.sun.com/j2se/1.4.1/docs/api/java/sql/Connection.html#prepareStatement(java.lang.String)
states, ResultSets returned by a Statement created with this method should be TYPE_FORWARD_ONLY.
I verified in the JDBC-driver's source, that they are TYPE_SCROLL_SENSITIVE.

BTW:
what is faster?
TYPE_SCROLL_SENSITIVE or TYPE_SCROLL_INSENSITIVE ?


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to