Read Description of Field

  • Thread starter Thread starter Scott Friedrich
  • Start date Start date
S

Scott Friedrich

Any way in ADO to get to the Description of the field - for example, in
Access you can provide a logical description for each field in the table.

Thanks,

Scott
 
Hi Scott,

You might try with OleDbConnection.GetOleDbSchemaTable.
Other than that - you might use database's own DDL.
 
Back
Top