登录
首页 » Visual C++ » Licai2.0

Licai2.0

于 2012-03-30 发布 文件大小:4782KB
0 399
下载积分: 1 下载次数: 11

代码说明:

  个人理财系统是我用MFC做的一个有界面的程序,里面涉及了数据库编程,常用的控件等知识。里面的数据都存储在SQL Server2005里面,我用的是ado方式访问数据库,实现了记录日常每餐的消费食物,消费水平,并可以自动算出一段时间的消费金额。(Personal financial management system is an interface program I do with MFC, which involves a database programming, controls and other knowledge. Inside the data stored in SQL Server 2005 which I use ado to access the database, to record daily meal consumption of food, consumption levels, and can automatically calculate the amount of the consumer for a period of time.)

文件列表:

Licai2.0

........\ADOConn.cpp,1558,2011-01-02
........\ADOConn.h,880,2011-01-02
........\Debug
........\.....\ADOConn.obj,63417,2011-01-02
........\.....\ADOConn.sbr,0,2011-01-02
........\.....\Entry.obj,58493,2011-01-02
........\.....\Entry.sbr,0,2011-01-02
........\.....\Licai.bsc,6202368,2011-02-27
........\.....\Licai.exe,323631,2011-02-27
........\.....\Licai.ilk,497524,2011-02-27
........\.....\Licai.obj,20027,2011-01-02
........\.....\Licai.pch,9534804,2010-12-12
........\.....\Licai.pdb,705536,2011-02-27
........\.....\Licai.res,150280,2010-12-30
........\.....\Licai.sbr,0,2011-01-02
........\.....\LicaiDlg.obj,115667,2011-02-27
........\.....\LicaiDlg.sbr,0,2011-02-27
........\.....\msado15.tlh,90661,2009-07-14
........\.....\msado15.tli,76635,2009-07-14
........\.....\StdAfx.obj,133212,2010-12-12
........\.....\StdAfx.sbr,1766891,2010-12-12
........\.....\vc60.idb,263168,2011-03-21
........\.....\vc60.pdb,577536,2011-02-27
........\Entry.cpp,3247,2011-01-02
........\Entry.h,1325,2010-12-30

........\Licai.aps,169904,2011-02-27
........\Licai.clw,2582,2011-03-21
........\Licai.cpp,2794,2011-01-02
........\Licai.dsp,4846,2011-01-02
........\Licai.dsw,518,2010-12-03
........\Licai.h,1375,2010-12-10
........\Licai.mdb,196608,2011-01-07
........\Licai.ncb,246784,2011-03-21
........\Licai.opt,407040,2011-03-21
........\Licai.plg,244,2011-03-21
........\Licai.rc,9402,2010-12-30
........\LicaiDlg.cpp,14470,2011-02-27
........\LicaiDlg.h,1844,2010-12-28
........\msado15.tlh,90619,2010-10-16
........\msado15.tli,76614,2010-10-16
........\ReadMe.txt,3561,2010-12-03
........\res

........\...\Licai.rc2,397,2010-12-03
........\resource.h,1733,2010-12-30
........\StdAfx.cpp,207,2010-12-03
........\StdAfx.h,1155,2010-12-28


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

发表评论

0 个回复

  • dblib(sybase)
    访问sybase 数据库的dblib (VC)封装,使用起来非常简单。(visit sybase database dblib (VC) Packaging, it is very simple to use.)
    2006-10-11 10:04:24下载
    积分:1
  • TestAdo
    VC++实现数据库的连接,以及对数据库的增删改查操作。(No Translation.)
    2016-08-31 10:35:02下载
    积分:1
  • 读写Excel
    读写Excel 用Ado对Excel可以很方便的进行读写 (read and write Excel Ado right with Excel can read and write to facilitate the conduct of)
    2021-01-07 17:28:53下载
    积分:1
  • CreateODBC DSN
    说明:  动态创建access或者oracle的ODBC数据源(create dynamic access to the oracle or ODBC data sources)
    2005-09-05 17:08:24下载
    积分:1
  • Ado1
    ADO数据库操作类,包括数据库的创建、表的创建、删除、查询、和字段值得获取等一系列方法。(The ADO operation class ,which can realize the creation of database and table, the delete ,select of record.)
    2013-12-02 16:31:31下载
    积分:1
  • sqlTest100929
    一个在VC6里运用SQL语言,通过DAO方法访问ACCESS文件的vc工程。实现的功能有:创建MDB文件,新建、删除表单,对某表添加、删除、插入、修改记录。(A vc Project by sql language by DAO. It can create mdb file,or create a new tab,delete a tab,also add,delete ,insert collcetion in a certain tab. )
    2021-01-21 22:58:46下载
    积分:1
  • dhk1.5
    利用ADO接口使VC++6.0与sql数据库通信,里面有设账号和密码,需要修改,已经通过测试,包括数据库的增加,删除,修改等等操作。(Using VC++6.0 ADO interface allows communication with the sql database, which has set up accounts and passwords, modify, have been tested, including the database, add, delete, modify, etc. operations.)
    2020-10-29 15:09:56下载
    积分:1
  • printflex
    IMPRIME FLEXGRID EN VISUAL BASIC
    2018-05-30 06:47:42下载
    积分:1
  • jiaowufuzhuguanli
    本人课程设计做的一个简单的教务辅助管理系统,实现了数据库的一般操作,适合初学者学习使用.初始用户密码均为admin.(I do curriculum design a simple Senate supporting management system, a database of normal operation for beginners to learn how to use. Initial users are admin password.)
    2007-05-23 11:38:29下载
    积分:1
  • ADO
    在MFC种利用ADO进行数据库的处理,也可以用ODBC来做。(Use ADO in MFC to test the SQL.)
    2009-03-05 13:55:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载