<< Click to Display Table of Contents >> AdoProcedures:Append() |
![]() ![]() ![]() |
Appends an Procedure to the collection
METHOD Append ( cName AS STRING,oCommand AS AdoCommand ) AS LOGIC PASCAL CLASS AdoProcedures
cName name of Procedure to append to the collection.
oCommand Command object that represents the procedure to create and append.
LOGIC TRUE is the append was succesfull, else FALSE
AdoProcedures, AdoProcedures:Delete()