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

  1. {
  2.     "schema": {
  3.         "CustomerNum": "Long Integer",
  4.         "General_Comments": "Memo/Hyperlink (255)"
  5.     },
  6.     "data": [
  7.         {
  8.             "CustomerNum": 1,
  9.             "General_Comments": "First customer into the system.\r\n\r\nContact is relative and primary business manager.\r\n\r\nCall by by the 15th of this month to follow up on potential sale.\r\n\r\nMentioned possible lead Geoffrey Jacobson--FOLLOW UP by 5/2!\r\n\r\nSmaller orders now, but plans to build a new branch  which could\r\ndouble orders within the next three months."
  10.         },
  11.         {
  12.             "CustomerNum": 2,
  13.             "General_Comments": "\r\n"
  14.         },
  15.         {
  16.             "CustomerNum": 3,
  17.             "General_Comments": "Large seller of sports books."
  18.         },
  19.         {
  20.             "CustomerNum": 6,
  21.             "General_Comments": "Backup location"
  22.         }
  23.     ]
  24. }