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

  1. {
  2.     "schema": {
  3.         "CandidateProjKey": "Long Integer",
  4.         "TeamRank": "Byte",
  5.         "TeamScore": "Double",
  6.         "CandidateKey": "Long Integer NOT NULL",
  7.         "ProjectKey": "Long Integer NOT NULL",
  8.         "JobtitleKey": "Long Integer"
  9.     },
  10.     "data": []
  11. }