home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap35 / vb4db.mdb / ORDERS.json < prev   
Encoding:
JavaScript Object Notation  |  1995-09-27  |  1.6 KB

  1. {
  2.     "schema": {
  3.         "CustomerNum": "Long Integer",
  4.         "Date": "DateTime",
  5.         "Description": "Text (35)",
  6.         "OrderNum": "Long Integer",
  7.         "Charge": "Double",
  8.         "Credit": "Double",
  9.         "Qty": "Double"
  10.     },
  11.     "data": [
  12.         {
  13.             "CustomerNum": 1,
  14.             "Date": "07/20/95 00:00:00",
  15.             "Description": "Book",
  16.             "OrderNum": 53,
  17.             "Charge": 12.95,
  18.             "Qty": 0
  19.         },
  20.         {
  21.             "CustomerNum": 2,
  22.             "Date": "07/31/95 00:00:00",
  23.             "Description": "Books",
  24.             "OrderNum": 98,
  25.             "Charge": 20,
  26.             "Qty": 0
  27.         },
  28.         {
  29.             "CustomerNum": 1,
  30.             "Date": "07/31/95 00:00:00",
  31.             "Description": "books",
  32.             "OrderNum": 102,
  33.             "Charge": 100,
  34.             "Qty": 0
  35.         },
  36.         {
  37.             "CustomerNum": 1,
  38.             "Date": "07/31/95 00:00:00",
  39.             "Description": "wall poster",
  40.             "OrderNum": 103,
  41.             "Charge": 10,
  42.             "Qty": 0
  43.         },
  44.         {
  45.             "CustomerNum": 3,
  46.             "Date": "07/31/95 00:00:00",
  47.             "Description": "144 books",
  48.             "OrderNum": 104,
  49.             "Charge": 288,
  50.             "Qty": 0
  51.         },
  52.         {
  53.             "CustomerNum": 3,
  54.             "Date": "07/31/95 00:00:00",
  55.             "Description": "50 Display stands",
  56.             "OrderNum": 106,
  57.             "Charge": 100,
  58.             "Qty": 0
  59.         },
  60.         {
  61.             "CustomerNum": 3,
  62.             "Date": "07/31/95 00:00:00",
  63.             "Description": "Pre Payment",
  64.             "OrderNum": 108,
  65.             "Credit": 250,
  66.             "Qty": 0
  67.         },
  68.         {
  69.             "CustomerNum": 3,
  70.             "Date": "08/03/95 00:00:00",
  71.             "Description": "Payment on account",
  72.             "OrderNum": 125,
  73.             "Credit": 15,
  74.             "Qty": 0
  75.         },
  76.         {
  77.             "CustomerNum": 3,
  78.             "Date": "08/06/95 00:00:00",
  79.             "Description": "books",
  80.             "OrderNum": 146,
  81.             "Charge": 21.21,
  82.             "Qty": 0
  83.         },
  84.         {
  85.             "CustomerNum": 1,
  86.             "Date": "08/09/95 00:00:00",
  87.             "Description": "Book",
  88.             "OrderNum": 149,
  89.             "Charge": 13.95,
  90.             "Qty": 0
  91.         },
  92.         {
  93.             "CustomerNum": 1,
  94.             "Date": "08/26/95 00:00:00",
  95.             "Description": "book",
  96.             "OrderNum": 150,
  97.             "Charge": 1,
  98.             "Qty": 0
  99.         },
  100.         {
  101.             "CustomerNum": 6,
  102.             "Date": "09/08/95 00:00:00",
  103.             "Description": "Golf clubs",
  104.             "OrderNum": 151,
  105.             "Charge": 428.56,
  106.             "Credit": 428.56,
  107.             "Qty": 0
  108.         },
  109.         {
  110.             "CustomerNum": 6,
  111.             "Date": "09/08/95 00:00:00",
  112.             "Description": "Knickers",
  113.             "OrderNum": 152,
  114.             "Charge": 45,
  115.             "Credit": 45,
  116.             "Qty": 0
  117.         },
  118.         {
  119.             "CustomerNum": 1,
  120.             "Date": "09/10/95 00:00:00",
  121.             "Description": "Books",
  122.             "OrderNum": 165,
  123.             "Charge": 10,
  124.             "Qty": 0
  125.         }
  126.     ]
  127. }