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
ADOMyRecordSet.h
Package: GPRS-GSM040806.rar [view]
Upload User: yffx2008
Upload Date: 2014-10-12
Package Size: 12414k
Code Size: 1k
Category:
transportation applications
Development Platform:
Visual C++
- // ADOMyRecordSet.h: interface for the CADOMyRecordSet class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_ADOMYRECORDSET_H__34403971_5E44_4DD0_8CFA_B4B0039B3580__INCLUDED_)
- #define AFX_ADOMYRECORDSET_H__34403971_5E44_4DD0_8CFA_B4B0039B3580__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CADOMyRecordSet
- {
- public:
- CADOMyRecordSet();
- virtual ~CADOMyRecordSet();
- public:
- _RecordsetPtr m_pRecordset;
- private:
- static CString m_strHabitus;
- public:
- void Open();
- void Open(CString strTableName,int nType=0);
- void Open(CString strTableName,CString str_sql);
- void AddVehicleConveyInfo( CReceDataFromBus *pReceBus,CString str_DriverName );
- void AddClientInfo(CString m_ClientName,
- CString str_ClientAge,
- CString str_ClientUnits,
- CString str_ClientDuty,
- CString str_ClientIDcard,
- CString str_ClientDrivelicence,
- CString str_ClientPhone,
- CString str_ClientPassword,
- CString str_CarNumber,
- CString str_CarType,
- CString str_CarColor,
- CString str_CarEngine,
- CString str_BatholithNo,
- CString str_CarPhone);
- CString GetDriverName( CReceDataFromBus *pReceBus);
- void DeleteAllInfo(CString strTableName,CString str_sql="");
- };
- #endif // !defined(AFX_ADOMYRECORDSET_H__34403971_5E44_4DD0_8CFA_B4B0039B3580__INCLUDED_)