ActiveX Data Objects: Difference between revisions

Content deleted Content added
Added new software to the "Software support" section.
Line 12:
; Fields
 
: This collection contains a set of Field objects. The Collection can be used in either a Recordset object or in a Record object. In a Recordset object, each of the Field objects that make up the Fields collection corresponds to a column in that Record set object. In a Record object, a Field can be an absolute or relative URL that points into a tree-structured [[Namespace (computer science)|namespace]] (used for [[semi-structured data]] providers like the Microsoft OLE DB Provider for Internet Publishing) or as a reference to the default Stream object associated with that Record object.
; Properties