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)
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)