home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Sample_Databases / cfexamples.mdb / StoreItems.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-10-08  |  2.0 KB

  1. {
  2.     "schema": {
  3.         "ItemID": "Long Integer",
  4.         "CategoryID": "Long Integer",
  5.         "ItemName": "Text (255)",
  6.         "ItemDesc": "Memo/Hyperlink (255)",
  7.         "ManufacturerID": "Long Integer",
  8.         "ItemPrice": "Currency",
  9.         "PartNum": "Text (50)",
  10.         "ItemImage": "Text (255)"
  11.     },
  12.     "data": [
  13.         {
  14.             "ItemID": 1,
  15.             "CategoryID": 1,
  16.             "ItemName": "AeroBolt II",
  17.             "ItemDesc": "Extremely fast patented AeroBolt design, in sizes 3.2 to 6.4 metres. Integrated Zylar panels feature loose luff pattern and flat profile. Includes high-stress carbon-fibre mast, PoleSok ballistic nylon sleeve and indestructible nylon mast bushing, guaranteed for 5 years.",
  18.             "ManufacturerID": 1,
  19.             "ItemPrice": 1900,
  20.             "PartNum": "LKST1"
  21.         },
  22.         {
  23.             "ItemID": 2,
  24.             "CategoryID": 1,
  25.             "ItemName": "CAAD4",
  26.             "ItemDesc": "A more versatile sail for the non-competitive performance sailer. The perfect match of performance and handling ease. Sizes 5.2 to 7.8 metres. Ranks highest in handling and planing characteristics for any sail in this price range. Includes hardened glass patented BondoMast technology, PoleSok ballistic sleeve, and hardcore nylon mast bushing, guaranteed for 5 years.",
  27.             "ManufacturerID": 2,
  28.             "ItemPrice": 1500,
  29.             "PartNum": "CAAD4-FR"
  30.         },
  31.         {
  32.             "ItemID": 3,
  33.             "CategoryID": 3,
  34.             "ItemName": "MondoSlab",
  35.             "ItemDesc": "The MondoSlab, with enhanced waveform sidecut technology, gives practically excessive performance in both on-shore and side-shore situations. Length: 314.5cm, width: 60.25cm. Especially effective in light wind. Weight; 9.5 lbs. Ideal sail: 5.0 - 8.0. Includes patented DogSnuggler neoprene foot straps for those moonlight runs to Nantucket and back.",
  36.             "ManufacturerID": 3,
  37.             "ItemPrice": 499.99,
  38.             "PartNum": "ST-M739"
  39.         },
  40.         {
  41.             "ItemID": 4,
  42.             "CategoryID": 2,
  43.             "ItemName": "RipperStik",
  44.             "ItemDesc": "Derived from the technology behind super strength-to-weight space station construction technology, the RipperStik combines tremendous strength with light weight and perfrect flex characteristics. Available in 415, 425, 440, and 480cm lengths. Weight, under 2.6g. Slip this baby into our patented PoleSok and ride.",
  45.             "ManufacturerID": 4,
  46.             "ItemPrice": 300,
  47.             "PartNum": "BOXP"
  48.         }
  49.     ]
  50. }