Append Method (ADOX Groups)

Microsoft ActiveX Data Objects (ADO)

ADOX 2.5 API Reference

Append Method (Groups)

Adds a new Group object to the Groups collection.

Syntax

Groups.Append Group 

Parameters

Group
The Group object to append or the name of the group to create and append.

Remarks

The Groups collection of a Catalog represents all of the catalog's group accounts. The Groups collection for a User represents only the group to which the user belongs.

An error will occur if the provider does not support creating groups.

Note   Before appending a Group object to the Groups collection of a User object, a Group object with the same Name as the one to be appended must already exist in the Groups collection of the Catalog.

See Also

Groups and Users Append, ChangePassword Methods Example (VB)

Append Method (Columns) | Append Method (Indexes) | Append Method (Keys) | Append Method (Procedures) | Append Method (Tables) | Append Method (Users) | Append Method (Views)

Applies To: Groups Collection

© 1998-2003 Microsoft Corporation. All rights reserved.