AdoProcedures:Append()

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoProcedures Class >

AdoProcedures:Append()

Previous pageReturn to chapter overviewNext page

Purpose

Appends an Procedure to the collection

 

Prototype

METHOD Append ( cName AS STRING,oCommand AS AdoCommand  )  AS LOGIC 

 

Argument(s)

cName        name of Procedure to append to the collection.

oCommand        Command object that represents the procedure to create and append.

 

 

Return

LOGIC        TRUE is the append was succesfull, else FALSE

 

See Also

AdoProcedures, AdoProcedures:Delete()