On Fri, 30 Apr 2004, Andy Zeneski wrote:
> Kris,
>
> Does JDBC1 support CONCUR_UPDATABLE or just CONCUR_READ_ONLY?
It doesn't know the difference. These constants were only introduced in
JDBC2, but all of ResultSet.updateXXX methods are JDBC2 so effectively all
JDBC1 resultsets are readonly.
Kris Jurka