Equinox Online Help - Language Reference - A to Z
IsNetwork |
|
|---|---|
| Applies to | ![]() |
| Syntax | IsNetwork |
| Action | [Function] Determines on what type of machine the method is running. |
| Scope | Usable anywhere. |
| Notes | This function returns the following values:
|
| Category | Client - Server |
| See Also | ConnectionID, FirstAttachedUser, IsUserAttached, IsUserGroupAttached, NextAttachedUser, RemoveAttachedUser |
| Example | The following method executes a command to tidy a database if it has been corrupted but only if the method is running a single user application. If IsNetwork() = 0 Then Execute VerifyDatabase |
