Field Description property via ADO 
Author Message
 Field Description property via ADO

hi there

I have an Access database (97 or 2000) and for various reasons I want to
store extended information about the fields in the database. I could
probably do this using another table, but I thought I'd use the field
description (since this was otherwise unused) However, from VB using ADO I
don't seem to be able to retrieve the description property.

Can someone point me in the right direction?

Cheers

Rob



Sat, 21 Aug 2004 23:41:25 GMT  
 Field Description property via ADO
You can read Description by using OpenSchema calls for column information.

You can write to the field using ADOX as long as you use JET.

My browser supports both.

--
Mike
AdoAnywhere: $10.00 Tools
http://www.adoanywhere.com



Sun, 22 Aug 2004 00:12:41 GMT  
 Field Description property via ADO
Mike

Thanks for putting me onto OpenSchema. A quick search in MSDN for that and
I'm away.

Cheers

Rob


Quote:
> You can read Description by using OpenSchema calls for column information.

> You can write to the field using ADOX as long as you use JET.

> My browser supports both.

> --
> Mike
> AdoAnywhere: $10.00 Tools
> http://www.adoanywhere.com



Sun, 22 Aug 2004 16:46:55 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Fields property for field description?

2. Changing Field Properties via ADO 3.6

3. SQL Server Field Descriptions and Microsoft Access Field Descriptions

4. Access field descriptions via VB??

5. Access field descriptions via VB??

6. Trouble with the Field Description property

7. Returning a Field's Description Property

8. field .Properties("Description") question

9. Set the Field "Description" Property

10. Setting the Description property of a field in code

11. Description property of Fields

12. How do I return the Description property of a field

 

 
Powered by phpBB® Forum Software