retrieving description item from sql server table column
Posted
by Pablo
on Stack Overflow
See other posts from Stack Overflow
or by Pablo
Published on 2010-04-05T18:01:26Z
Indexed on
2010/04/05
18:03 UTC
Read the original article
Hit count: 285
is it possible to retrieve by using connection.getschema() the description item from a sql server table column, just like it's possible to retrieve the column name, data type, is nullable, column default value, etc?
© Stack Overflow or respective owner