home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / carsql.zip / accerr.vbe < prev    next >
Text File  |  1995-09-29  |  740b  |  13 lines

  1. //VBBeginPartInfo: accessError
  2. //VBParent: IStandardNotifier
  3. //VBIncludes: "ccssrror.hpp" _ACCESSERROR_,"idsexc.hpp" _IDSEXC_
  4. //VBPartDataFile: accerr.vbb
  5. //VBConstructor: accessError()
  6. //VBComposerInfo: nonvisual
  7. //VBEvent: ready,"ready", readyId
  8. //VBAction: resetSqlcode,"set sqlcode to zero",accessError&,virtual accessError& resetSqlcode()
  9. //VBAction: obtainSqlcode,"set the return SQLcode from exception object",accessError&,virtual accessError& obtainSqlcode(const IException& exception)
  10. //VBAttribute: sqlcode,,long,virtual long sqlcode() const,virtual accessError& setSqlcode(long aSqlcode),sqlcodeId
  11. //VBPreferredFeatures: enabledForNotification, obtainSqlcode, resetSqlcode, sqlcode, this
  12. //VBEndPartInfo: accessError
  13.