On 04/14/10 12:16 PM, Ян Программист wrote: > Following code gives an exception; a can't figure out how to get > scrollable cursor for metadata:
Hi John, I'm afraid that's not possible. The JDBC 4.0 specification says (in section 7.5, SQL Objects and Their Attributes): "The ResultSet objects that are returned from a DatabaseMetaData method have a sensitivity of TYPE_FORWARD_ONLY and a concurrency of CONCUR_READ_ONLY." -- Knut Anders
