CServerFrameSet.h
上传用户:bsw_2008
上传日期:2013-07-09
资源大小:2446k
文件大小:1k
- // CServerFrameSet.h : interface of the CCServerFrameSet class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_CSERVERFRAMESET_H__7B505D00_960B_45A7_96CF_8069E2B57399__INCLUDED_)
- #define AFX_CSERVERFRAMESET_H__7B505D00_960B_45A7_96CF_8069E2B57399__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CCServerFrameSet : public CRecordset
- {
- public:
- CCServerFrameSet(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CCServerFrameSet)
- // Field/Param Data
- //{{AFX_FIELD(CCServerFrameSet, CRecordset)
- CString m_name;
- CString m_code;
- CString m_sex;
- long m_score;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCServerFrameSet)
- 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_CSERVERFRAMESET_H__7B505D00_960B_45A7_96CF_8069E2B57399__INCLUDED_)