Hello,
ResultSetMetaData.isNullable return always java.sql.ResultSetMetaData.columnNullableUnknown.
Is it possible that this function return "null/not null" as "null/not null" in a table in the database.
I have found this comment in source :
*
* TODO This needs a real implementation, taking into account columns
* defined with NOT NULL or PRIMARY KEY, CHECK constraints, views,
* functions etc.
*/
It isn't important for PRIMARY KEY (must be not null), other constraints, triggers - this function is only for first impression.
I need this function for access right in forms.
Please help
regards
Haris Peco