A Info table: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Table in [[CCMDB_data.mdb|Ccmdb_data\ccmdb_data.mdb]] used to store [[Settings (CCMBD.mdb) | settings]].  
Table in [[CCMDB_data.mdb|Ccmdb_data\ccmdb_data.mdb]] used to store [[Settings (CCMBD.mdb) | settings]]. The settings are stored in name-value pairs.
 
== Data structure ==
The table stores a number of attribute-value pairs for each laptop.
* field_name
* field_value
See [[Settings (CCMBD.mdb)]] for meaning of the data.
 
== Data structure ==
* field_name - text, length 75
* field_data - text, length 75
 
== Related articles ==
{{Related Articles}}


[[Category:Data structure]]
[[Category:Data structure]]
[[Category:AutoTimeStamps]]

Latest revision as of 15:16, 1 March 2020

Table in Ccmdb_data\ccmdb_data.mdb used to store settings. The settings are stored in name-value pairs.

Data structure

The table stores a number of attribute-value pairs for each laptop.

  • field_name
  • field_value

See Settings (CCMBD.mdb) for meaning of the data.

Data structure

  • field_name - text, length 75
  • field_data - text, length 75

Related articles

Related articles: