Diagnostic log (client) database tables
This database contains diagnostic log items of the client. Its possible to use the Net iD Client to store diagnostic logs using ODBC against this database.
EventTable
This table stores and contains information of the diagnostic log items of the client.
| Column name | Description | Data type |
|---|---|---|
EventTable_id |
The unique id of the item. |
bigint (8 bytes long integer) (Primary key) NULL is not allowed. |
result |
The result code. |
int (4 bytes integer) NULL is allowed. |
event |
The event code. |
int (4 bytes integer) NULL is allowed. |
computer |
The name of the computer. |
nvarchar(500) NULL is allowed. |
card |
The serial number of the token. |
nvarchar(300) NULL is allowed. |
message |
The message of the event. |
nvarchar(500) NULL is allowed. |
time |
The date time of the event. |
datetime NULL is allowed. |