home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / apprai / read_me.txt < prev    next >
Text File  |  1993-08-15  |  1KB  |  33 lines

  1. Notes:
  2.     Install this under the directory "C:\Apprais" or be prepared to 
  3.     modify code to get it to "run"!
  4.  
  5.     This procedure accesses a FoxPro 2.5 database via VB's Data Control.
  6.  
  7.     It is a simple example of using built in data controls including
  8.     the methods: Edit, AddNew, Delete, & Update as they operate on 
  9.     the "recordset" of a data control.
  10.  
  11.     i'm sure it can be vastly improved upon.  Hopefully it will serve as 
  12.     a complement to Tim Anderson's much appreciated ADR.zip which uses 
  13.     subroutined assignments of database variables instead of objects bound 
  14.     to the data control.
  15.  
  16. Caution:
  17.     This is a demo only; It may not work perfectly or the way you would
  18.     want it to work.  Please incorporate the code into your own with 
  19.     caution!
  20.  
  21. The next step:
  22.     How the heck do you search and offer the user a choice of records
  23.     that meet a given criteria (While preserving your data controls
  24.     relationship to the dynaset that you've selected...)?
  25.  
  26. Copyright:
  27.     This software is Copyrighted 1993 by Barry G. Tucker.
  28.  
  29. Yours, 
  30.     Barry G. Tucker  70324,2404       PowerPro Systems, Inc.
  31.     FoxPro DOS, WIN & VB
  32.  
  33. ALL COMMENTS WELCOME AND APPRECIATED!