{$cfg_webname}
主页 > 计算机 > ASP.NET >

基于Web Service的数据库同步系统的设计与实现

来源:56doc.com  资料编号:5D467 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D467
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍


摘  要
  结合当前流行的Web Service和ADO.NET技术构造了一个不受平台限制的异构数据库同步系统。实现了处于Internet上的Sql Server2000向Oracle 的单向同步功能,能够基于IP的安全身份验证功能,多个IP实现了净量数据的传输。对同步的配置信息采用XML存储,采用Windows应用程序界面化配置,操作方便、易懂。
  因为同步环境是对处于Internet上的异构数据库的实时同步;在设计与开发中,重点关注异构数据库的同步以及数据传输的可靠性;探讨能实现可靠数据的同步,以及传输的高效性。介绍了实现系统的思路以及所需的关键技术。系统用到的相关技术有捕获技术Windows 托盘服务、多线程处理、以及网络消息机制、多IP同步、同步IP权限验证、同步表名及字段以及字段类型的可配置、异构数据类型的转换、Web Service等。
  
  关键词:Web Service;异构数据库;同步;ADO.NET;


The Design and Implementation of Database Synchronization System Based on Web Service
Abstract
  
  We can construct the Heterogeneous database synchronous system using Web Service. It has realized the function of one-way synchronous from SQL Server2000 to Oracle. It has some functions, the security authentication of IP, the data transmission of IP, the Synchronization configuration using XML storage and the windows application program UI which can make this system be operated easily.
  Because the synchronous environment will be real-time synchronous for heterogeneous database on the Internet, in the design and implementation, this system has showed the synchronization of heterogeneous database and data transmission reliability, achieving the synchronization of reliable data, the security methods of data transmission, and the efficiency transmission. It will display the ideas of realization and the necessary critical technologies. There are some relevant technologies that this system used, for example, the capture technology, the windows tray service, multi-thread processing, and the network news mechanism, and so on.
  
  Key words: Web Service; Heterogeneous Database; Synchronization; ADO.NET;

本设计实现的功能:
  1. 能够使处于Internet 上的异构数据库的单向同步功能,初步先实现Sql Server2000向Oracle 与的同步,考虑其它数据库的情况比如my Sql等。
  2. 同步数据需要可靠的传输,保证数据能够准确、完全的传输到被同步的一方。
  3. 同步需要一定安全性,能够按照进行同步IP或则物理地址来验证同步身份。
  4. 由于数据在Internet上传输,必须保证同步数据的传输开销小,安全等。
  5. 能够实现不同主机的多个数据库同时同步功能。
  6. 对实时性同步、定期同步可配置,既可以选择实时同步、手动同步或则按需要同步的数据量来同步。
  7. 同步信息可以配置性。同步信息包括:同步的字段、字段类型、同步的表、分配了权限的同步主机等。
  8. 同步的数据类型能够是不同的类型,比如数值型向字符型的同步等。能够对同步的某个字段做特殊的处理后再同步。既是能够实现多个字段合并为一个字段,或则一个、多个字段分解为更多个字段。
  9. 同步的配置界面化,操作方便、易使用。
  10. 对网络连接断开后能够保证同步数据的不丢失,网络连上后能接着继续同步。
  11. 对异常的信息提示尽量多,比如配置系统时对不正确的配置及时提示,以便产生同步的异常。
  12. 当是多个数据库同步到一个数据库时需要解决同步冲突。
  13. 系统有一定扩展性。

推荐资料