home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / hands_on / DBCFEB01 / dbcfeb02b.mdb / TblOrder.json < prev   
JavaScript Object Notation  |  2001-10-29  |  446b

  1. {
  2.     "schema": {
  3.         "OrderID": "Long Integer",
  4.         "ContactID": "Double",
  5.         "ContactUser": "Text (50)",
  6.         "ContactDate": "Text (50)",
  7.         "OrderProcessed": "Text (50)"
  8.     },
  9.     "data": [
  10.         {
  11.             "OrderID": 1,
  12.             "ContactID": 3,
  13.             "ContactUser": "3MIW",
  14.             "ContactDate": "22/10/01"
  15.         },
  16.         {
  17.             "OrderID": 2,
  18.             "ContactID": 20,
  19.             "ContactUser": "3PJN",
  20.             "ContactDate": "23/10/01"
  21.         },
  22.         {
  23.             "OrderID": 3,
  24.             "ContactID": 18,
  25.             "ContactUser": "3PJN",
  26.             "ContactDate": "23/10/01"
  27.         },
  28.         {
  29.             "OrderID": 4,
  30.             "ContactID": 3,
  31.             "ContactUser": "3MIW",
  32.             "ContactDate": "24/10/01"
  33.         }
  34.     ]
  35. }