home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 December / PCWorld_2003-12_cd.bin / Software / komercni / alc / ep2sr51csy.msi / Ep.CAB / sampledb / tblCompany.json < prev    next >
JavaScript Object Notation  |  2003-07-02  |  554b

  1. {
  2.     "schema": {
  3.         "intCompanyId": "Long Integer",
  4.         "txtName": "Text (255) NOT NULL",
  5.         "txtAddress1": "Text (255)",
  6.         "txtAddress2": "Text (255)",
  7.         "txtCity": "Text (255)",
  8.         "txtZIP": "Text (255)",
  9.         "txtState": "Text (255)",
  10.         "txtWeb": "Text (255)",
  11.         "txtPhone": "Text (255)",
  12.         "bolProducer": "Boolean NOT NULL",
  13.         "bolReseller": "Boolean NOT NULL",
  14.         "bolPrint": "Boolean NOT NULL"
  15.     },
  16.     "data": [
  17.         {
  18.             "intCompanyId": 1,
  19.             "txtName": "Microsoft Corp.",
  20.             "txtWeb": "www.microsoft.com",
  21.             "bolProducer": 1,
  22.             "bolReseller": 0,
  23.             "bolPrint": 0
  24.         },
  25.         {
  26.             "intCompanyId": 3,
  27.             "txtName": "SWS a.s.",
  28.             "bolProducer": 0,
  29.             "bolReseller": 1,
  30.             "bolPrint": 0
  31.         }
  32.     ]
  33. }