<< Click to Display Table of Contents >> AdoColumns:Append() |
![]() ![]() ![]() |
Appends an Column to the collection
METHOD Append ( uColumn AS USUAL, nType AS USUAL, nSize AS USUAL ) AS LOGIC PASCAL CLASS AdoColumns
uColumn Column object or Column name to append to the collection.
nType (Optional) A Long value specifying the data type of the column
nDefinedSize (Optional) A Long value specifying the size of the column
LOGIC TRUE is the append was succesfull, else FALSE
AdoColumns, AdoColumns:Delete()