home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / lang / basic / 1003 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.1 KB  |  27 lines

  1. Newsgroups: alt.lang.basic
  2. Path: sparky!uunet!munnari.oz.au!spool.mu.edu!yale.edu!jvnc.net!newsserver.technet.sg!nuscc!nusunix3.nus.sg!sci20194
  3. From: sci20194@nusunix1.nus.sg (NG CHIK KANG)
  4. Subject: Basic File handling
  5. Message-ID: <1992Dec29.052817.19220@nuscc.nus.sg>
  6. Sender: usenet@nuscc.nus.sg
  7. Organization: National University of Singapore
  8. X-Newsreader: TIN [version 1.1 PL6]
  9. Date: Tue, 29 Dec 1992 05:28:17 GMT
  10. Lines: 15
  11.  
  12. I am interested in find a imple method to handle files under basic.
  13. My application requires me to keep tracks of customer's data as well as
  14. Invoices. How do I maintain a reasonably large database with Basic?
  15. Especially when the data such as address contains "commas -," and
  16. chr$(10) and chr$(13).
  17. Another problem is that the length of each invoice is not fixed. Some
  18. peopl buy for items than others. So obviously I couldnt use records.
  19. I figure that binary file access is the only way. Any suggestions would
  20. be greatly appreciated.
  21.  
  22. Another consideration is whether it is network compatible.
  23.  
  24. I am wondering if I could write the database into a DBASE compatible
  25. file format (.DBF). anyone with any information?
  26.  
  27.