Field |
Field Type |
Null |
Notes |
Description |
RE7USERNAME |
nvarchar(128) |
|
Default = '' |
RE7 user name. |
RE7PASSWORD |
nvarchar(4000) |
|
Default = '' |
RE7 user password. |
RE7WINDOWSAUTHENTICATION |
bit |
|
Default = 0 |
Use Windows authentication to log into RE7. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |