home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / sqlsvr / odbcsdk / samples / cppdemo / codbc.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-07  |  551 b   |  18 lines

  1. /*--------------------------------------------------------------------------
  2.   CODBC.CPP - Low-level ODBC object classes implementation
  3.  
  4.   This code is furnished on an as-is basis as part of the ODBC SDK and is
  5.   intended for example purposes only.
  6.  
  7. --------------------------------------------------------------------------*/
  8.  
  9. #include    <windows.h>
  10. #include    "codbc.h"
  11.  
  12. #ifdef _AFX
  13. IMPLEMENT_DYNAMIC(CODBCException, CException);
  14. IMPLEMENT_DYNAMIC(CENV,  CODBC);
  15. IMPLEMENT_DYNAMIC(CDBC,  CODBC);
  16. IMPLEMENT_DYNAMIC(CSTMT, CODBC);
  17. #endif
  18.