Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
CZYXXB.H
Package: gongzi.rar [view]
Upload User: ghostdhl
Upload Date: 2018-06-14
Package Size: 9728k
Code Size: 1k
Category:
ADO-ODBC
Development Platform:
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_)