recset.cpp
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:0k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // [!output ROWSET_IMPL] : implementation of the [!output ROWSET_CLASS] class
  2. //
  3. #include "stdafx.h"
  4. #include "[!output APP_HEADER]"
  5. #include "[!output ROWSET_HEADER]"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #endif
  9. // [!output ROWSET_CLASS] implementation
  10. [!if ODBC]
  11. [!output ROWSET_CLASS_ODBC_IMPL]
  12. [!endif]