AdoUsers:Append()

<< Click to Display Table of Contents >>

Navigation:  Adox Classes > AdoUsers Class >

AdoUsers:Append()

Previous pageReturn to chapter overviewNext page

Purpose

Appends an User to the collection

 

Prototype

METHOD Append ( uUser AS USUAL, cPassword AS USUAL  )  AS LOGIC PASCAL CLASS AdoUsers

 

Argument(s)

uUser        User object or User Name to append to the collection.

 

 

Return

LOGIC        TRUE is the append was succesfull, else FALSE

 

See Also

AdoUsers, AdoUsers:Delete()