Data1Ret.h
上传用户:y440e3
上传日期:2010-03-08
资源大小:200k
文件大小:1k
- #if !defined(AFX_Data1Set_H__8EEABE79_18EA_11D3_B411_4C338D000000__INCLUDED_)
- #define AFX_Data1Set_H__8EEABE79_18EA_11D3_B411_4C338D000000__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Data1Set.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // Data1Set recordset
- #include "databaseset.h"
- class Data1Set : public CDataBaseSet
- {
- public:
- Data1Set(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(Data1Set)
- // Field/Param Data
- //{{AFX_FIELD(Data1Set, CRecordset)
- long m_only_id;
- CString m_city_name;
- long m_population;
- double m_area;
- double m_industry;
- CString m_translate;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(Data1Set)
- public:
- virtual CString GetDefaultConnect(); // Default connection string
- virtual CString GetDefaultSQL(); // Default SQL for Recordset
- virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
- //}}AFX_VIRTUAL
- virtual int GetID();
- // 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_Data1Set_H__8EEABE79_18EA_11D3_B411_4C338D000000__INCLUDED_)