CZYXXB.H
上传用户:ghostdhl
上传日期:2018-06-14
资源大小:9728k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

  1. // Czyxxb.h: interface for the CCzyxxb class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CZYXXB_H__3E5EBD5E_BCA4_4C71_A18C_1A0026A1AC21__INCLUDED_)
  5. #define AFX_CZYXXB_H__3E5EBD5E_BCA4_4C71_A18C_1A0026A1AC21__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CCzyxxb  
  10. {
  11. private:
  12. CString CzyName;
  13. CString Pwd;
  14. CString Czyjb;
  15. public:
  16. CCzyxxb();
  17. virtual ~CCzyxxb();
  18. CString GetCzyName();
  19. void SetCzyName(CString cCzyName);
  20. CString GetPwd();
  21. void SetPwd(CString cPwd);
  22. CString GetCzyjb();
  23. void SetCzyjb(CString cCzyjb);
  24. void sql_insert();
  25. void sql_updatepwd(CString cCzyName);
  26. void sql_delete(CString cCzyName);
  27. int Havename(CString cCzyName);
  28. int HaveCzy(CString cCzyName,CString cPwd);
  29. int HaveCzyjb(CString cCzyName,CString cPwd,CString cCzyjb);
  30. };
  31. #endif // !defined(AFX_CZYXXB_H__3E5EBD5E_BCA4_4C71_A18C_1A0026A1AC21__INCLUDED_)