The s_laptops table in CCMDB.accdb contains identifiers of the laptops used to collect data. Equivalent to the data backup locations. This is not the name of the physical device (workstation name) but the name by which we designate the laptop internally; for list of physical hardware, see Workstations.mdb.
Data Structure
field
|
type
|
description
|
Laptop_ID |
Long Integer |
Automatically generated random
|
Laptop |
Text (15) |
Human readable name of laptop
|
StartDtTm |
date |
start of use of that laptop
|
EndDtTm |
date |
end of use of that laptop
|
Related articles