UserCount

Method
Counts the user IDs in the database.

Category
Database

 

Syntax
Function UserCount As Long

 

Comments
UserCount returns the number of users that are permitted to access the database tables. Valid users are created and assigned user IDs in C/SIDE.

The value returned by this function does not reflect how many users are currently connected but is used to determine whether the function Login is needed; if at least one user is registered, all applications are required to log in.



© 2009 Microsoft Corporation. All rights reserved.