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

📄 myfunction.h

📁 进销存管理系统介绍了企业的现状以及进销存数据管理系统的特点、功能和使用对象
💻 H
字号:
#ifndef LRUNSQL
#define LRUNSQL

class CDrawDlg;
void DateToInt(CString date,int& year,int& month,int& day);
bool OpenPrintFrame(CWnd* parent,CDrawDlg * m_draw);	

#define XS		0
#define XSTH	1
#define RK		2
#define RKTH	3

class LRunSql
{
public:
	LRunSql();
	~LRunSql();
	bool RunSQL(CString sql);
	bool CheckSQLResult(CString sql);
public:
	static _ConnectionPtr m_database;

	static bool RollbackTrans();
	static bool CommitTrans();
	static bool BeginTrans();
	static bool Close();
	static bool InitConnectPtr();
	static bool ConnectDataBase();

	_RecordsetPtr m_recordset;
};

// _ConnectionPtr m_database;
#endif

⌨️ 快捷键说明

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