home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratica / IPRAT_01.iso / tutoriais / DB / modelos / 12Issues.mdb / Comments.json next >
JavaScript Object Notation  |  1998-06-29  |  2KB

  1. {
  2.     "schema": {
  3.         "CommentID": "Long Integer",
  4.         "IssueID": "Long Integer",
  5.         "EmployeeID": "Long Integer",
  6.         "DateEntered": "DateTime",
  7.         "Status": "Long Integer",
  8.         "Comment": "Memo/Hyperlink (255)"
  9.     },
  10.     "data": [
  11.         {
  12.             "CommentID": 3,
  13.             "IssueID": 1,
  14.             "EmployeeID": 12,
  15.             "DateEntered": "09/06/96 00:00:00",
  16.             "Status": 1,
  17.             "Comment": "Checked with our general counsel.  We must fix this problem before releasing the product."
  18.         },
  19.         {
  20.             "CommentID": 4,
  21.             "IssueID": 1,
  22.             "EmployeeID": 20,
  23.             "DateEntered": "09/09/96 00:00:00",
  24.             "Status": 1,
  25.             "Comment": "Dave, can you set up a meeting to discuss?"
  26.         },
  27.         {
  28.             "CommentID": 5,
  29.             "IssueID": 2,
  30.             "EmployeeID": 16,
  31.             "DateEntered": "09/08/96 00:00:00",
  32.             "Status": 2,
  33.             "Comment": "I fixed this in the master copy."
  34.         },
  35.         {
  36.             "CommentID": 6,
  37.             "IssueID": 3,
  38.             "EmployeeID": 8,
  39.             "DateEntered": "09/12/96 00:00:00",
  40.             "Status": 1,
  41.             "Comment": "Marketing team should come up with some alternatives."
  42.         },
  43.         {
  44.             "CommentID": 7,
  45.             "IssueID": 5,
  46.             "EmployeeID": 6,
  47.             "DateEntered": "09/12/96 00:00:00",
  48.             "Status": 1,
  49.             "Comment": "I'm getting bids on this from a couple vendors."
  50.         },
  51.         {
  52.             "CommentID": 8,
  53.             "IssueID": 6,
  54.             "EmployeeID": 21,
  55.             "DateEntered": "09/12/96 00:00:00",
  56.             "Status": 2,
  57.             "Comment": "All the mailings of this flyer have already gone out.  We're totally reworking it for next time around."
  58.         },
  59.         {
  60.             "CommentID": 9,
  61.             "IssueID": 9,
  62.             "EmployeeID": 16,
  63.             "DateEntered": "09/12/96 00:00:00",
  64.             "Status": 1,
  65.             "Comment": "Kevin is the Access expert, not me!"
  66.         },
  67.         {
  68.             "CommentID": 10,
  69.             "IssueID": 5,
  70.             "EmployeeID": 6,
  71.             "DateEntered": "09/12/96 00:00:00",
  72.             "Status": 2,
  73.             "Comment": "Found a vendor and made reservations.  Your equipment will be there ahead of time."
  74.         },
  75.         {
  76.             "CommentID": 11,
  77.             "IssueID": 10,
  78.             "EmployeeID": 16,
  79.             "DateEntered": "09/12/96 00:00:00",
  80.             "Status": 2,
  81.             "Comment": "We already fixed it.  See issue number 2."
  82.         }
  83.     ]
  84. }