AdoColumns:Append()

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoColumns Class >

AdoColumns:Append()

Previous pageReturn to chapter overviewNext page

Purpose

Appends an Column to the collection

 

Prototype

METHOD Append ( uColumn AS USUAL, nType AS USUAL, nSize AS USUAL  )  AS LOGIC 

 

Argument(s)

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

 

 

Return

LOGIC        TRUE is the append was succesfull, else FALSE

 

See Also

AdoColumns, AdoColumns:Delete()