home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap35 / vb4db.mdb / CUSTACCOUNT.json < prev    next >
Encoding:
JavaScript Object Notation  |  1995-09-27  |  128 b 

  1. {
  2.     "schema": {
  3.         "CustomerNum": "Long Integer",
  4.         "Invoice_Num": "Text (10)",
  5.         "Invoice_Date": "DateTime",
  6.         "Invoice_Amt": "Currency"
  7.     },
  8.     "data": []
  9. }