Home All Groups Group Topic Archive Search About

GetOleDbSchemaTable column description

Author
9 Dec 2004 6:03 AM
bc
Dim schema As DataTable = dbc.GetOleDbSchemaTable(OleDbSchemaGuid.Columns,
New Object() {Nothing, Nothing, "textitem", Nothing})

schema.rows(i)("description") ' this is always dbnull, even for the columns
that i set the description in SQL server enterprise manager.  i can get the
data type and column names fine, but description doesnt seem to work.  i
tried using GetSchemaTable but it doesnt even have a description column.  how
do i get the description?

AddThis Social Bookmark Button