ResultSetMetaData.isNullable: public int isNullable(int column) throws SQLException Indicates the nullability of values in the designated column. Parameters: column - the first column is 1, the second is 2, ... Returns: the nullability status of the given column; one of columnNoNulls, columnNullable or columnNullableUnknown Throws: SQLException - if a database access error occurs [ July 30, 2002: Message edited by: Jamie Robertson ]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.