ChangeTransferSet.h
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_CHANGETRANSFERSET_H__B15C60B0_9EC7_4E4B_9B37_B5585502300A__INCLUDED_)
  2. #define AFX_CHANGETRANSFERSET_H__B15C60B0_9EC7_4E4B_9B37_B5585502300A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ChangeTransferSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CChangeTransferSet recordset
  10. class CChangeTransferSet : public CRecordset
  11. {
  12. public:
  13. CChangeTransferSet(CDatabase* pDatabase = NULL);
  14. DECLARE_DYNAMIC(CChangeTransferSet)
  15. // Field/Param Data
  16. //{{AFX_FIELD(CChangeTransferSet, CRecordset)
  17. CString m_code;
  18. CString m_name;
  19. CString m_class;
  20. CString m_date;
  21. CString m_reason;
  22. //}}AFX_FIELD
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CChangeTransferSet)
  26. public:
  27. virtual CString GetDefaultConnect();    // Default connection string
  28. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  29. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. #ifdef _DEBUG
  33. virtual void AssertValid() const;
  34. virtual void Dump(CDumpContext& dc) const;
  35. #endif
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_CHANGETRANSFERSET_H__B15C60B0_9EC7_4E4B_9B37_B5585502300A__INCLUDED_)