mysqldata.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #if !defined(AFX_MYSQLDATA_H__93B4BEBC_24F2_497F_96BD_6E33DDB16CF9__INCLUDED_)
  2. #define AFX_MYSQLDATA_H__93B4BEBC_24F2_497F_96BD_6E33DDB16CF9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. /////////////////////////////////////////////////////////////////////////////
  7. class RstSendReg : public CRecordset
  8. {
  9. public:
  10. RstSendReg(CDatabase* pDatabase = NULL);
  11. DECLARE_DYNAMIC(RstSendReg)
  12. // Field/Param Data
  13. //{{AFX_FIELD(RstSendReg, CRecordset)
  14. CString m_account;
  15. CString m_phones;
  16. CString m_content;
  17. CString m_timestamp;
  18. CString m_msgcount;
  19. CString m_log;
  20. CString m_status;
  21. CString m_id;
  22. //}}AFX_FIELD
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(RstSendReg)
  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_MYSQLDATA_H__93B4BEBC_24F2_497F_96BD_6E33DDB16CF9__INCLUDED_)