登录
首页 » Visual C++ » Sysnc

Sysnc

于 2013-03-21 发布 文件大小:2579KB
0 326
下载积分: 1 下载次数: 21

代码说明:

  数据库同步程序,能够自动更新远程数据库与本地数据库数据,保持同步。(Database synchronization program to automatically update the remote database with local database data, and to keep pace.)

文件列表:

Sysnc
.....\Common.h,1487,2013-03-08
.....\DBDst.udl,310,2013-03-07
.....\DBSrc.udl,334,2013-03-06
.....\Debug
.....\.....\DBDst.udl,310,2013-03-07
.....\.....\DBSrc.udl,334,2013-03-06
.....\.....\DstDB.obj,95885,2013-03-09
.....\.....\msado15.tlh,90649,2012-03-21
.....\.....\msado15.tli,76629,2012-03-21
.....\.....\SrcDB.obj,142067,2013-03-09
.....\.....\StdAfx.obj,133168,2013-03-09
.....\.....\Sysnc.exe,159785,2013-03-09
.....\.....\Sysnc.ilk,345520,2013-03-09
.....\.....\Sysnc.obj,54968,2013-03-09
.....\.....\Sysnc.pch,7703036,2013-03-09
.....\.....\Sysnc.pdb,517120,2013-03-09
.....\.....\Sysnc.res,2832,2013-03-09
.....\.....\Sysnc.suo,2560,2013-03-08
.....\.....\SysncDlg.obj,95976,2013-03-09
.....\.....\vc60.idb,246784,2013-03-09
.....\.....\vc60.pdb,561152,2013-03-09
.....\DstDB.cpp,10986,2013-03-09
.....\DstDB.h,1123,2013-03-09
.....\msado15.tlh,90619,2007-06-01
.....\msado15.tli,76614,2007-06-01
.....\ReadMe.txt,3561,2013-03-06
.....\res

.....\...\Sysnc.rc2,397,2013-03-06
.....\resource.h,867,2013-03-08
.....\SrcDB.cpp,5295,2013-03-08
.....\SrcDB.h,962,2013-03-08
.....\StdAfx.cpp,207,2013-03-06
.....\StdAfx.h,1154,2013-03-06
.....\Sysnc.aps,35960,2013-03-08
.....\Sysnc.clw,1427,2013-03-09
.....\Sysnc.cpp,2087,2013-03-06
.....\Sysnc.dsp,4443,2013-03-06
.....\Sysnc.dsw,535,2013-03-06
.....\Sysnc.h,1313,2013-03-06
.....\Sysnc.ncb,254976,2013-03-09
.....\Sysnc.opt,135680,2013-03-09
.....\Sysnc.plg,1790,2013-03-09
.....\Sysnc.rc,5845,2013-03-08
.....\SysncDlg.cpp,7636,2013-03-09
.....\SysncDlg.h,1894,2013-03-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Library
    图书管理系统,为数据库实现,基于visual c++ 和sql,比较基本,希望有帮助(Library management system, database implementation, based on visual c++ and sql, more basic, want to help)
    2009-12-02 21:43:25下载
    积分:1
  • Flight_System
    用MFC做的航空售票系统,是数据库课程设计,全部是自己做的,还不错哦。(MFC to do with air ticketing system is a database of curriculum design, to do all of their own, oh well.)
    2009-04-02 21:18:58下载
    积分:1
  • chep05
    VC++实践与提高数据库开发与工程应用篇第五章代码(VC++ database development and enhancement of practice and engineering application of chapter V code chapter)
    2010-02-11 00:43:17下载
    积分:1
  • 49636978jxjh
    处于不同目的的旅客对交通工具有不同的要求。编制一个全国城市间的交通咨询程序,为旅客提供两种或三种最优决策的交通咨询。(Different purposes in the mode of transport of passengers have different requirements. The preparation of a national inter-city traffic advisory procedures, provide passengers with two or three optimal decision of the Transport Advisory.)
    2008-12-20 13:46:47下载
    积分:1
  • oracle
    是自己整理的一些oracle基本函数,以及一些简单命令,小实例,希望对初学者有所帮助(Some of their own finishing oracle basic functions, as well as some simple commands, a small example and I hope to help beginners)
    2013-11-05 14:58:15下载
    积分:1
  • rfid
    从实验箱中读取在数据收集到数据库sqlite3(get data rifd uhf)
    2013-11-20 09:48:48下载
    积分:1
  • Data-Program
    提供了我多年来开发数据库使用到的模版基本上设计到所有关于数据库编程的源码技术!(Over the years I developed a database to provide a template to use to basically design to all the source technology for database programming!)
    2011-07-15 00:47:21下载
    积分:1
  • source1
    在Visual C++中使用MSFlexGrid控件的几点改进,首先要配置ODBC数据源,添加一个ACCESS数据源命为Student Registration, 将数据库指向源程序目录下的student.mdb。(In Visual C++ in the use of MSFlexGrid control points to improve, we must first configure the ODBC data source, add a data source ACCESS life for Student Registration, will point to the source database directory student.mdb.)
    2009-05-11 00:15:19下载
    积分:1
  • ADO
    在MFC种利用ADO进行数据库的处理,也可以用ODBC来做。(Use ADO in MFC to test the SQL.)
    2009-03-05 13:55:44下载
    积分:1
  • homework
    使用ODBC访问数据库,一则ODBC是直接封装在MFC库里面的,二则忙着考研没有时间学习dao。 ODBC和DAO用起来可能最大的区别就是ODBC使用之前得先建立数据源,根据不同的数据库,使用的参数也不同。具体请看在这之前的一片文章。里面有许多东西没有说,属于高级技巧性东西,得学你们自己摸索。(Using ODBC to access the database, an ODBC database directly encapsulated in the MFC inside, two busy Kaoyan no time to learn dao. ODBC and DAO can be at the biggest difference is that must be built before using ODBC data source, depending on the database, the parameters used are also different. Details, please read an article before this. There are many things not said, things are high skill, have to learn your own. )
    2010-11-15 09:37:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载