home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / sandra / san2005.exe / {app} / examples / Report Schema.mdb / TItem.json < prev    next >
Encoding:
JavaScript Object Notation  |  2004-11-20  |  297 b 

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "ModuleID": "Long Integer NOT NULL",
  5.         "GroupID": "Long Integer",
  6.         "Name": "Text (255)",
  7.         "DataValue": "Text (255)",
  8.         "IconID": "Long Integer NOT NULL",
  9.         "TypeID": "Long Integer NOT NULL",
  10.         "HelpID": "Long Integer NOT NULL",
  11.         "ClassID": "Long Integer",
  12.         "DeviceID": "Long Integer"
  13.     },
  14.     "data": []
  15. }