Sandro,
You can obtain some information about ADO Fields from the properties of
each Field in the Fields collection of a Recordset.
For additional information, you can use the OpenSchema method of the ADO
Connection object, with "adSchemaColumns", then examine the many properties
of each column.
Please see Q186246, "HOWTO: Use the ADO OpenSchema Method in Visual Basic",
for some sample code.
This posting is provided AS IS with no warranties, and confers no rights.