G
gk
please look at the doc for ResultSet
http://java.sun.com/j2se/1.4.2/docs/api/java/sql/ResultSet.html#TYPE_SCROLL_SENSITIVE
TYPE_SCROLL_SENSITIVE
public static final int TYPE_SCROLL_SENSITIVEThe constant indicating
the type for a ResultSet object that is scrollable and generally
sensitive to changes made by others.
What it means by "generally sensitive to changes made by others" ? I
don't get this part.
http://java.sun.com/j2se/1.4.2/docs/api/java/sql/ResultSet.html#TYPE_SCROLL_SENSITIVE
TYPE_SCROLL_SENSITIVE
public static final int TYPE_SCROLL_SENSITIVEThe constant indicating
the type for a ResultSet object that is scrollable and generally
sensitive to changes made by others.
What it means by "generally sensitive to changes made by others" ? I
don't get this part.