home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 December / PCWorld_2003-12_cd.bin / Software / komercni / alc / ep2sr51csy.msi / Ep.CAB / sampledb / tblIdSeq.json < prev    next >
JavaScript Object Notation  |  2003-07-02  |  200b

  1. {
  2.     "schema": {
  3.         "intIdSeqId": "Long Integer",
  4.         "txtPrefix": "Text (255)",
  5.         "intNextNumber": "Long Integer",
  6.         "txtSuffix": "Text (255)"
  7.     },
  8.     "data": [
  9.         {
  10.             "intIdSeqId": 1,
  11.             "intNextNumber": 2
  12.         },
  13.         {
  14.             "intIdSeqId": 2,
  15.             "intNextNumber": 2
  16.         }
  17.     ]
  18. }