ddf.h
上传用户:y440e3
上传日期:2010-03-08
资源大小:200k
文件大小:1k
- #if !defined(AFX_DDF_H__D55758C3_1D29_11D3_B426_DA5518000000__INCLUDED_)
- #define AFX_DDF_H__D55758C3_1D29_11D3_B426_DA5518000000__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ddf.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // ddf recordset
- class ddf : public CRecordset
- {
- public:
- ddf(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(ddf)
- // Field/Param Data
- //{{AFX_FIELD(ddf, CRecordset)
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ddf)
- 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_DDF_H__D55758C3_1D29_11D3_B426_DA5518000000__INCLUDED_)