AddColumn Method
Object List Next Object
Defined By: Dynaset
Description:
Adds a field for underlying DelimitedAscii and FixedAscii databases.
Declaration:
Sub AddColumn()
Details:
When this method is used, a column will automatically be added to the
FieldList property of the Dynaset. The FieldCount property will also be updated to
reflect the addition. A default field name will be assigned (i.e., FIELD_5, etc.).
Once a field has been added, you may add data to the column with the Modify
method.
Note: This method is not intended to work with ODBC data sources.
See Also:
DelimitedAscii, FixedAscii