When a RowSetDynaClass object is created from a ResultSet, how does it handle deleted records in the ResultSet? Does each object in the DynaBean representing a deleted record just get a null value? I looked at the source of JDBCDynaClass, specifically the introspect method. I don't see that it handles deleted records. In my class when I'm retrieving data from the DynaBean, should I have a check to see if the value of an object is null to avoid a NullPointerException? (Embedded image moved to file: pic29599.jpg)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
