Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO, OpenSchema and Column Descriptions

Status
Not open for further replies.

Gila47ac

Programmer
Oct 11, 2002
30
US
Hi,

I'm using the ADO OpenSchema method to retrieve information about the SQL Server database. I successfully get table names, column names and data types, primary keys... But I can't seem to get the Description for the columns. The recordset contains a Field object named DESCRIPTION, but that field Value contains Null even for columns that really do have text in their Description.

Suggestions?

DBMS = SQL Server 2000
Provider = SQLOLEDB.1 (if I recall correctly)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top