cff.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:1k
- #if !defined(AFX_CFF_H__03BA967F_A254_4901_861B_3B227F871874__INCLUDED_)
- #define AFX_CFF_H__03BA967F_A254_4901_861B_3B227F871874__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // cff.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // cff recordset
- class cff : public CRecordset
- {
- public:
- cff(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(cff)
- // Field/Param Data
- //{{AFX_FIELD(cff, CRecordset)
- CString m_administrator;
- CString m_secrect;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(cff)
- 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_CFF_H__03BA967F_A254_4901_861B_3B227F871874__INCLUDED_)