home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / DTFL201.ZIP / $SAMPLE.DT_ / $SAMPLE.DT / tbMain.json < prev    next >
JavaScript Object Notation  |  1998-05-27  |  2KB

  1. {
  2.     "schema": {
  3.         "id": "Long Integer",
  4.         "Mark": "Boolean NOT NULL",
  5.         "Last Name": "Text (25)",
  6.         "Company": "Text (50)",
  7.         "First Name": "Text (25)",
  8.         "Position": "Text (50)",
  9.         "Salutation": "Long Integer",
  10.         "Home Address": "Memo/Hyperlink (255)",
  11.         "Business Address": "Memo/Hyperlink (255)",
  12.         "Home City": "Text (30)",
  13.         "Business City": "Text (30)",
  14.         "Home State": "Text (40)",
  15.         "Business State": "Text (40)",
  16.         "Office Phone": "Text (35)",
  17.         "Home Phone": "Text (35)",
  18.         "Office Fax": "Text (35)",
  19.         "Mobile": "Text (35)",
  20.         "Pager": "Text (35)",
  21.         "e-mail": "Text (50)",
  22.         "Notes": "Memo/Hyperlink (255)",
  23.         "Private": "Boolean NOT NULL",
  24.         "Mailing List": "Boolean NOT NULL",
  25.         "Home Country": "Text (35)",
  26.         "Business Country": "Text (35)",
  27.         "Birthday": "DateTime",
  28.         "Spouse": "Text (50)",
  29.         "Children": "Memo/Hyperlink (255)",
  30.         "Nickname": "Text (50)",
  31.         "Department": "Text (50)",
  32.         "Home Zip": "Text (20)",
  33.         "Business Zip": "Text (20)",
  34.         "TotalHr": "Double",
  35.         "Home Fax": "Text (35)",
  36.         "Figure": "OLE (255)"
  37.     },
  38.     "data": [
  39.         {
  40.             "id": 1,
  41.             "Mark": 1,
  42.             "Last Name": "Smith",
  43.             "Company": "ABC Corp.",
  44.             "First Name": "Peter",
  45.             "Position": "Manager",
  46.             "Salutation": 1,
  47.             "Business Address": "55 Santa Monica Blvd.\r\nSuite 203",
  48.             "Business City": "Los Angeles",
  49.             "Business State": "CA",
  50.             "Office Phone": "(213) 555-5190",
  51.             "Private": 0,
  52.             "Mailing List": 0,
  53.             "Business Country": "USA",
  54.             "Birthday": "01/12/66 00:00:00",
  55.             "Business Zip": "90025",
  56.             "TotalHr": 3.5,
  57.             "Figure": "BINARY_FILE:tbMain/0_Figure"
  58.         },
  59.         {
  60.             "id": 2,
  61.             "Mark": 0,
  62.             "Last Name": "Swann",
  63.             "Company": "The Best Corp.",
  64.             "First Name": "James",
  65.             "Position": "President",
  66.             "Salutation": 1,
  67.             "Business Address": "8900 Wilshire Blvd.",
  68.             "Business City": "Los Angeles",
  69.             "Business State": "CA",
  70.             "Office Phone": "(818) 555-1234",
  71.             "Private": 0,
  72.             "Mailing List": 0,
  73.             "Business Country": "USA",
  74.             "Business Zip": "90127"
  75.         },
  76.         {
  77.             "id": 3,
  78.             "Mark": 1,
  79.             "Last Name": "Cook",
  80.             "Company": "SuperFood",
  81.             "First Name": "Susan",
  82.             "Position": "Sales",
  83.             "Salutation": 4,
  84.             "Business Address": "219 Sunset Blvd.",
  85.             "Business City": "Hollywood",
  86.             "Business State": "CA",
  87.             "Office Phone": "(213) 555-0562",
  88.             "Private": 0,
  89.             "Mailing List": 0,
  90.             "Business Country": "USA",
  91.             "Business Zip": "91221"
  92.         }
  93.     ]
  94. }