iAnywhere.Data.UltraLite namespace
UL Ext.: Enumerates the status codes that may be reported during MobiLink user authentication.
' Visual Basic
Public Enum ULAuthStatusCode
// C#
public enum ULAuthStatusCode
| Member | Description |
|---|---|
| EXPIRED | User ID or password has expired - authorization failed (EXPIRED = 3000). |
| IN_USE | User ID is already in use - authorization failed (IN_USE = 5000). |
| INVALID | Bad user ID or password - authorization failed (INVALID = 4000). |
| UNKNOWN | Authorization status is unknown, possibly because the connection has not yet performed a synchronization (UNKNOWN = 0). |
| VALID | User ID and password were valid at time of synchronization (VALID = 1000). |
| VALID_BUT_EXPIRES_SOON | User ID and password were valid at time of synchronization, but will expire soon (VALID_BUT_EXPIRES_SOON = 2000). |
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.