CZYXXB.H
资源名称:gongzi.rar [点击查看]
上传用户:ghostdhl
上传日期:2018-06-14
资源大小:9728k
文件大小:1k
源码类别:
数据库编程
开发平台:
Visual C++
- // Czyxxb.h: interface for the CCzyxxb class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_CZYXXB_H__3E5EBD5E_BCA4_4C71_A18C_1A0026A1AC21__INCLUDED_)
- #define AFX_CZYXXB_H__3E5EBD5E_BCA4_4C71_A18C_1A0026A1AC21__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CCzyxxb
- {
- private:
- CString CzyName;
- CString Pwd;
- CString Czyjb;
- public:
- CCzyxxb();
- virtual ~CCzyxxb();
- CString GetCzyName();
- void SetCzyName(CString cCzyName);
- CString GetPwd();
- void SetPwd(CString cPwd);
- CString GetCzyjb();
- void SetCzyjb(CString cCzyjb);
- void sql_insert();
- void sql_updatepwd(CString cCzyName);
- void sql_delete(CString cCzyName);
- int Havename(CString cCzyName);
- int HaveCzy(CString cCzyName,CString cPwd);
- int HaveCzyjb(CString cCzyName,CString cPwd,CString cCzyjb);
- };
- #endif // !defined(AFX_CZYXXB_H__3E5EBD5E_BCA4_4C71_A18C_1A0026A1AC21__INCLUDED_)