1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #if !defined(AFX_MYSQLDATA_H__93B4BEBC_24F2_497F_96BD_6E33DDB16CF9__INCLUDED_)
- #define AFX_MYSQLDATA_H__93B4BEBC_24F2_497F_96BD_6E33DDB16CF9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- class RstSendReg : public CRecordset
- {
- public:
- RstSendReg(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(RstSendReg)
- // Field/Param Data
- //{{AFX_FIELD(RstSendReg, CRecordset)
- CString m_account;
- CString m_phones;
- CString m_content;
- CString m_timestamp;
- CString m_msgcount;
- CString m_log;
- CString m_status;
- CString m_id;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(RstSendReg)
- public:
- virtual CString GetDefaultConnect(); // Default connection string
- virtual CString GetDefaultSQL(); // Default SQL for Recordset
- virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
- //}}AFX_VIRTUAL
- // Implementation
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYSQLDATA_H__93B4BEBC_24F2_497F_96BD_6E33DDB16CF9__INCLUDED_)
|