.ConnectionUser

This class represents one of the user managed by the database server you connected to with the connection object.

Use the Find method to select one user before using the properties. Or enumerates them with the FOR EACH keyword.

This class is virtual. You cannot use it as a datatype.

This class is not creatable.

This class is enumerable with the FOR EACH keyword.

DIM hConnectionUser AS .ConnectionUser
FOR EACH hConnectionUser
  ...
NEXT

Enumerates all users by changing the current user representing by the object.

This class can be used as a function.

SUB .ConnectionUser ( Name AS String )

This is a synonymous of the Find method.

Properties  Methods 
Administrator  Name  Password    Create  Delete  Exist  Find  Remove