home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / acceserr / acceserr.txt < prev    next >
Encoding:
Text File  |  1994-11-15  |  697 b   |  19 lines

  1. This module allows you to trap the "RESERVED ERROR" found in the Access 
  2. 2.0 computability layer.
  3.  
  4. To include Jet 2.0 error trapping, add  this module in your project  
  5. Pass the error code to the routine. (or use the select statement 
  6. directly in your error handling.)  A message box will be displayed with 
  7. the appropriate error message. (You're going to have to handle the error).
  8.  
  9. Some messages include table, field or index names. (These are not passed 
  10. to the message string so the message is somewhat parsed.) 
  11.  
  12. This module is FREEWARE.  Use it to your heartÆs content.
  13. (If you find this routine useful, please drop me a line.)
  14.  
  15.  
  16. Pat Hayes
  17. Okapi
  18. Compuserve ID - 74437,134
  19.