⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rxado.h

📁 用VC+SQL实现的物流管理系统 “RxMediaPlayer” 文件夹中存放《物流综合管理系统》中《媒体播放平台》源程序 “数据库设置”文件夹中存放《物流综合管理系统》辅助工具《数据库设置》源程
💻 H
字号:
// RxADO.h: interface for the RxADO class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_RXADO_H__4B731009_E70A_4FE6_A9DF_7F8E87010D3C__INCLUDED_)
#define AFX_RXADO_H__4B731009_E70A_4FE6_A9DF_7F8E87010D3C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "RxRecordset.h"
class RxADO  
{
public:
	void Close();
	_ConnectionPtr cnn;
	_ConnectionPtr GetConnection();
	RxRecordset record;
	CString AutoNumber(CString sTable, CString sFieldName, CString sCode, int nStyle=1);
	int GetRecordCount(_RecordsetPtr pRst);
	void GetADOErrors(_com_error eErrors);
	CString FieldToOtherField(CString cDataBaseName, CString cFieldName, CString cValue, CString cReturnField, int nStale);
	bool SetConnection(CString LinkString);
	RxADO();
	virtual ~RxADO();


};

#endif // !defined(AFX_RXADO_H__4B731009_E70A_4FE6_A9DF_7F8E87010D3C__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -