> I wanna read the meta information from a database. Where
> can I get which default values are set for a field in a table?
>
> (I can set default values, so when I insert a dataSet, this
> default Values are taken if I don't enter any values in this
> field)
Use getColumns() in java.sql.DatabaseMetaData. It returns a result set with a column
named -- COLUMN_DEF, which is supposed to contain the default value for the column if
the DBMS supports DEFAULT.

Signature
Lee Fesperman, FirstSQL, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)