Kris Jurka <books 'at' ejurka.com> writes:
> On Fri, 13 May 2005, Guillaume Cottenceau wrote:
>
> > I want to retrieve the default value of a TEXT column of a table.
>
> You might want to consider DatabaseMetaData.getColumns() and using the
> COLUMN_DEF column.
Ah, yes, this is cleaner. Thanks Kris.
--
Guillaume Cottenceau