synchronize

所属分类:数据库系统
开发工具:Visual C++
文件大小:560KB
下载次数:54
上传日期:2009-08-27 19:55:05
上 传 者pudnzym062822
说明:  1. 熟悉常用网络数据库的安装和使用 2. 掌握网络数据库的应用编程技术 3. 掌握网络环境下实现数据同步的相关编程知识 4. 掌握网络通信编程的具体应用 Oracle的安装和使用 2、SQL Server的安装和使用 3、数据库应用编程 本次实验采用ADO技术访问Oracle 9i和SqlServer 2000 数据库,用VC++开发,选用MFC开发工具。实验要求中只要求从从站到中心站的同步,这里我们加大难度实现了从站和中心站的互同步。项目名称为:synchronize,即为同步。 本程序分为三个模块:数据库连接操作、通信模块(包括发送和接收)、用户操作更新数据、同步更新数据库模块。 2. 通信模块(包括发送和接收)模块(Comm) a) 功能:用于将从站的insert 语句发送到中心站,中心站正确 执行后将学号返回给从站,从站更新数据库。 同时在中心站上时接收从站的insert语句。 b) 工作流程: c) 数据结构:继承MFC中的CSyncSocket类,利用它的功能。 3. 用户操作更新数据模块(User) a) 功能:接收用户对数据库的插入命令,提供用户界面。 b) 工作流程: c) 数据结构: 4. 同步更新数据库模块模块(Asy) a) 功能:将中心站接收到的insert 语句检查后,在中心站上执行,实验中心站的同步。 b) 工作流程:
(1. Familiar with the popular web-based database installation and use of 2. Master network database application programming techniques 3. Master data synchronization network environment to achieve the relevant programming knowledge 4. Grasp the concrete application of network communication programming Oracle of the installation and use of 2, SQL Server installation and use of 3, database application programming This experiment using ADO technology to access SqlServer 2000 and Oracle 9i database, using VC++ development, use MFC development tools. Experimental request only requires from the slave to the central station synchronization, here we increase the degree of difficulty to achieve from the station and central station of mutual synchronization. Project name: synchronize, namely synchronization. This program is divided into three modules: the database connection operation, communication modules (including the sending and receiving), the user update the data operatio)

文件列表:
Center\ADOConn.cpp (2630, 2008-06-02)
Center\ADOConn.h (882, 2008-06-01)
Center\Center.aps (21164, 2008-11-22)
Center\Center.clw (1084, 2008-11-22)
Center\Center.cpp (2157, 2008-06-02)
Center\Center.dsp (4474, 2008-06-02)
Center\Center.dsw (537, 2008-06-02)
Center\Center.h (1324, 2008-06-02)
Center\Center.ncb (230400, 2008-11-22)
Center\Center.opt (50688, 2008-11-22)
Center\Center.plg (246, 2008-06-03)
Center\Center.rc (5027, 2008-06-02)
Center\CenterDlg.cpp (5952, 2008-06-03)
Center\CenterDlg.h (1752, 2008-06-03)
Center\msado15.dll (536576, 2006-12-26)
Center\msado15.tlh (90578, 2006-12-26)
Center\msado15.tli (76573, 2006-12-26)
Center\MySocket.cpp (1628, 2008-06-02)
Center\MySocket.h (1390, 2008-06-02)
Center\res\Center.ico (1078, 2008-06-02)
Center\res\Center.rc2 (398, 2008-06-02)
Center\Resource.h (573, 2008-06-02)
Center\StdAfx.cpp (208, 2008-06-02)
Center\StdAfx.h (1213, 2008-06-02)
Center\str.txt (442, 2008-06-03)
synchronize\ADOConn.cpp (2502, 2008-06-02)
synchronize\ADOConn.h (882, 2008-06-01)
synchronize\msado15.dll (536576, 2006-12-26)
synchronize\msado15.tlh (90578, 2006-12-26)
synchronize\msado15.tli (76573, 2006-12-26)
synchronize\MySocket.cpp (1514, 2008-06-02)
synchronize\MySocket.h (1432, 2008-06-02)
synchronize\res\bitmap1.bmp (1270, 2008-05-31)
synchronize\res\bitmap2.bmp (1270, 2008-05-31)
synchronize\res\synchronize.ico (1078, 2008-05-31)
synchronize\res\synchronize.rc2 (403, 2008-05-31)
synchronize\resource.h (1285, 2008-06-02)
synchronize\StdAfx.cpp (213, 2008-05-31)
... ...

近期下载者

相关文件


收藏者