danset.h
来自「数据库操作 连接odbc的前期操作 或者是对主机的处理工作」· C头文件 代码 · 共 48 行
H
48 行
// danSet.h : interface of the CDanSet class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_DANSET_H__4D4A4C91_735F_4C11_86FF_DF39056822F6__INCLUDED_)
#define AFX_DANSET_H__4D4A4C91_735F_4C11_86FF_DF39056822F6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CDanSet : public CRecordset
{
public:
CDanSet(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CDanSet)
// Field/Param Data
//{{AFX_FIELD(CDanSet, CRecordset)
long m_column1;
CString m_column2;
long m_column3;
long m_column4;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDanSet)
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_DANSET_H__4D4A4C91_735F_4C11_86FF_DF39056822F6__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?