Data2Set.h
资源名称:vc开发gis代码.rar [点击查看]
上传用户:jndfzt02
上传日期:2007-04-25
资源大小:391k
文件大小:1k
源码类别:
GIS编程
开发平台:
Visual C++
- #if !defined(AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_)
- #define AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Data2Set.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CData2Set recordset
- #include "databaseset.h"
- class CData2Set : public CDataBaseSet
- {
- public:
- CData2Set(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CData2Set)
- // Field/Param Data
- //{{AFX_FIELD(CData2Set, CRecordset)
- long m_built_year;
- long m_chanliang;
- CString m_introduce;
- CString m_mine_name;
- long m_only_id;
- long m_storadge;
- long m_worker_numb;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CData2Set)
- 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_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_)