home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / HandsOn / dbcjun09.mdb / ProductLookup.json < prev    next >
Encoding:
JavaScript Object Notation  |  2009-03-03  |  447 b 

  1. {
  2.     "schema": {
  3.         "ProductID": "Long Integer",
  4.         "ColourID": "Long Integer",
  5.         "Product": "Text (255)"
  6.     },
  7.     "data": [
  8.         {
  9.             "ProductID": 1,
  10.             "ColourID": 3,
  11.             "Product": "Frog, large"
  12.         },
  13.         {
  14.             "ProductID": 2,
  15.             "ColourID": 1,
  16.             "Product": "Hen"
  17.         },
  18.         {
  19.             "ProductID": 3,
  20.             "ColourID": 4,
  21.             "Product": "Henhouse"
  22.         },
  23.         {
  24.             "ProductID": 4,
  25.             "ColourID": 2,
  26.             "Product": "Bird, large"
  27.         },
  28.         {
  29.             "ProductID": 5,
  30.             "ColourID": 2,
  31.             "Product": "Bird, small"
  32.         },
  33.         {
  34.             "ProductID": 6,
  35.             "ColourID": 4,
  36.             "Product": "Tractor"
  37.         },
  38.         {
  39.             "ProductID": 7,
  40.             "ColourID": 1,
  41.             "Product": "Train"
  42.         }
  43.     ]
  44. }