The ADO Field object contains information about a column in a Recordset object. There is one Field object for each column in the Recordset.

ProgID

set objField=Server.CreateObject("ADODB.field")



Practice Excercise Practice now