Hi,
I work on a program that i have written with
Visual C++ witch retreive data from a database
created with Access 97.
I use ADO to access the database. When we create a
database in Access 97 and we add field, we must
enter the FieldName, the DataType and we can also
enter a description. It is this description that
i need to retreive in my program (with ADO function).
I have shearch a lot in ADO docs but i did'nt find
a method or a property that can do that. So, i want
to retreive this description by programming (C++).
Thanks.
Sebastien Tremblay