Hi Guys,

I have a small problem.I m creating a database in SQL Server.Now because of our naming convention standards me coulnn names are not descriptive in nature.For e.g. 'First Name' will be TSUY65FN.

Now Since it is not possible to remember these name we also store Description of these fields while creating the tables.

Now comes the real problem.I want to access these descriptions through vb.I am using ADO2.5.

Can you help Me?