home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1999 #6 / Datatid_1999-06.iso / internet / Tango352Promo / Tango / data.z / Training.mdb / Contacts.json < prev    next >
Encoding:
JavaScript Object Notation  |  1999-02-03  |  918 b 

  1. {
  2.     "schema": {
  3.         "Contact_ID": "Text (255) NOT NULL",
  4.         "First_Name": "Text (255) NOT NULL",
  5.         "Last_Name": "Text (255) NOT NULL",
  6.         "Mr_Ms": "Text (2) NOT NULL",
  7.         "Role": "Text (255)",
  8.         "Company": "Text (255) NOT NULL",
  9.         "Address": "Text (255)",
  10.         "City": "Text (255)",
  11.         "State": "Text (255)",
  12.         "Country": "Text (255)",
  13.         "ZIP": "Text (255)",
  14.         "Email": "Text (255)",
  15.         "PHBus": "Text (255)",
  16.         "PHHome": "Text (255)",
  17.         "PHFax": "Text (255)",
  18.         "WebSite": "Text (255)",
  19.         "Other_Contacts": "Text (255)",
  20.         "Market_Status": "Text (255)",
  21.         "Notes": "Text (255)",
  22.         "Note_Fax": "Text (255)",
  23.         "Note_Letter": "Text (255)",
  24.         "Priority": "Text (255)",
  25.         "Request_For_Info": "Text (255)",
  26.         "Sales_Status": "Text (255)",
  27.         "Sales_Step": "Text (255)",
  28.         "Solution": "Text (255)",
  29.         "Territory": "Text (255)",
  30.         "Date_Last_Call": "DateTime",
  31.         "Date_Next_Call": "DateTime",
  32.         "Date_Created": "DateTime",
  33.         "ModifiedDate": "DateTime NOT NULL",
  34.         "UserID": "Text (255)",
  35.         "Password": "Text (255)",
  36.         "UserLevel": "Integer",
  37.         "LastLogin": "DateTime"
  38.     },
  39.     "data": []
  40. }