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

  1. {
  2.     "schema": {
  3.         "CustomerNum": "Long Integer",
  4.         "Company": "Text (50)",
  5.         "First_Name": "Text (16)",
  6.         "Last_Name": "Text (20)",
  7.         "Address": "Text (30)",
  8.         "Suite_Apt": "Text (30)",
  9.         "PO_Box": "Text (5)",
  10.         "City": "Text (16)",
  11.         "State": "Text (2)",
  12.         "Zip": "Text (10)",
  13.         "Home_Phone": "Text (14)",
  14.         "Work_Phone": "Text (14)",
  15.         "Whose_Phone": "Text (10)",
  16.         "Current_Balance": "Currency"
  17.     },
  18.     "data": [
  19.         {
  20.             "CustomerNum": 1,
  21.             "Company": "Mulligan's Press",
  22.             "Address": "413 Big Ten Street",
  23.             "City": "Ann Arbor",
  24.             "State": "MI",
  25.             "Zip": "48108",
  26.             "Whose_Phone": "Turner",
  27.             "Current_Balance": 147.9
  28.         },
  29.         {
  30.             "CustomerNum": 2,
  31.             "First_Name": "Geoffrey",
  32.             "Last_Name": "Jacobson",
  33.             "Address": "111 First Street",
  34.             "City": "New Holland",
  35.             "State": "NH",
  36.             "Zip": "03755",
  37.             "Home_Phone": "(313) 212-1134",
  38.             "Whose_Phone": "Geoff",
  39.             "Current_Balance": 20
  40.         },
  41.         {
  42.             "CustomerNum": 3,
  43.             "Company": "Books R Us",
  44.             "First_Name": "Vicki",
  45.             "Last_Name": "Hergenrader",
  46.             "Address": "413 Gridiron St",
  47.             "Suite_Apt": "Suite 50",
  48.             "City": "Ann Arbor",
  49.             "State": "MI",
  50.             "Zip": "48106",
  51.             "Work_Phone": "(313) 294-0492",
  52.             "Whose_Phone": "Vicki",
  53.             "Current_Balance": 144.21
  54.         },
  55.         {
  56.             "CustomerNum": 6,
  57.             "Company": "Mulligan's Press",
  58.             "Address": "204 Alternate Street",
  59.             "City": "Seattle",
  60.             "State": "WA",
  61.             "Zip": "96378",
  62.             "Whose_Phone": "William G.",
  63.             "Current_Balance": 0
  64.         }
  65.     ]
  66. }