home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap36 / template.mdb / tblProject.json < prev    next >
Encoding:
JavaScript Object Notation  |  1995-10-12  |  886 b 

  1. {
  2.     "schema": {
  3.         "ProjectKey": "Long Integer",
  4.         "Name": "Text (50) NOT NULL",
  5.         "Detail": "Memo/Hyperlink (255)",
  6.         "LastUpdate": "DateTime"
  7.     },
  8.     "data": [
  9.         {
  10.             "ProjectKey": 1,
  11.             "Name": "Dept Motor Vehicles Project",
  12.             "Detail": "Automate customer service of license and tag applications."
  13.         },
  14.         {
  15.             "ProjectKey": 2,
  16.             "Name": "Superstore Billing System",
  17.             "Detail": "System to bill the superstore vendors"
  18.         },
  19.         {
  20.             "ProjectKey": 3,
  21.             "Name": "Speedy's Fast Food",
  22.             "Detail": "Replace cash registers with PC registers linked to kitchen and packaging stations"
  23.         },
  24.         {
  25.             "ProjectKey": 4,
  26.             "Name": "Configure 10 Machines at Joe's Office",
  27.             "Detail": "{\\rtf1\\ansi\\deff0\\deftab720{\\fonttbl{\\f0\\fnil MS Sans Serif;}{\\f1\\fnil\\fcharset2 Symbol;}{\\f2\\fswiss\\fprq2 System;}{\\f3\\fnil\\fprq2 MS Sans Serif;}}\r\n{\\colortbl\\red0\\green0\\blue0;}\r\n\\deflang1033\\pard\\plain\\f0\\fs17 Configure new computers.\r\n\\par }\r\n",
  28.             "LastUpdate": "09/19/95 22:02:03"
  29.         }
  30.     ]
  31. }