Click to See Complete Forum and Search --> : Adodc field types


Andrew
September 30th, 1999, 12:22 PM
Hi folks
does anyone know how to return the field type from an Adodc recordset? as in, is it text, numeric, date, etc.?

Thanks!

Andrew

Lothar Haensler
October 1st, 1999, 01:44 AM
in ADO the recordset has a Fields collection.
Each Field object has a Type property.
Query that for each field to get the type of the field.