SYSLOGINS file? (OpenInsight Specific)
At 10 DEC 1997 09:15:40AM Steve Carlson wrote:
How are the records in the SYSLOGINS table created?
How often are they updated?
Are they ever deleted?
Thanks… Steve C.
At 10 DEC 1997 10:31AM Cameron Revelation wrote:
Steve,
How are the records in the SYSLOGINS table created? How often are they updated? Are they ever deleted?
SYSLOGINS always contains one record per currently logged in user.
See the dictionary for more details. The key is:
Key=@dbid: "*": @username: "*": @stationA user can write information to any non-system-defined fields of that user's SYSLOGINS record. A user cannot modify another user's SYSLOGINS record. Currently fields 1, 2, and 3 are used, but I'd suggest (if you are going to put any of your own info in SYSLOGINS) that you start at field 10 in case more system information is added to the table. You would typically write your own custom information into SYSLOGINS in your app startup processing.
Cameron Purdy
Revelation Software