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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top