登录
首页 » Visual C++ » VC_ADO_MFC_POS

VC_ADO_MFC_POS

于 2010-05-14 发布 文件大小:307KB
0 362
下载积分: 1 下载次数: 18

代码说明:

  数据库编程练习、界面(标准控件)编程练习,很简单便于学习,有注释。有一些很有意思的函数。(Database programming practice, the interface (standard control) programming practice, very simple easy to learn, there are comments. There are some very interesting function.)

文件列表:

数据库编程\Pos源码\Data.mdb
数据库编程\Pos源码\Debug\msado15.tlh
数据库编程\Pos源码\Debug\msado15.tli
数据库编程\Pos源码\Debug\Pos.exe
数据库编程\Pos源码\DelSell.cpp
数据库编程\Pos源码\DelSell.h
数据库编程\Pos源码\Display.cpp
数据库编程\Pos源码\Display.h
数据库编程\Pos源码\Login.cpp
数据库编程\Pos源码\Login.h
数据库编程\Pos源码\MyADO.cpp
数据库编程\Pos源码\MyADO.h
数据库编程\Pos源码\MyListCtrl.cpp
数据库编程\Pos源码\MyListCtrl.h
数据库编程\Pos源码\MyPrint.cpp
数据库编程\Pos源码\MyPrint.h
数据库编程\Pos源码\Pass.cpp
数据库编程\Pos源码\Pass.h
数据库编程\Pos源码\Pos.aps
数据库编程\Pos源码\Pos.clw
数据库编程\Pos源码\Pos.cpp
数据库编程\Pos源码\Pos.dsp
数据库编程\Pos源码\Pos.dsw
数据库编程\Pos源码\Pos.h
数据库编程\Pos源码\Pos.ncb
数据库编程\Pos源码\Pos.opt
数据库编程\Pos源码\Pos.plg
数据库编程\Pos源码\Pos.rc
数据库编程\Pos源码\Pos.rc - 1 (24)
数据库编程\Pos源码\PosDlg.cpp
数据库编程\Pos源码\PosDlg.h
数据库编程\Pos源码\Price.cpp
数据库编程\Pos源码\Price.h
数据库编程\Pos源码\res\bitmap1.bmp
数据库编程\Pos源码\res\Bmp1.bmp
数据库编程\Pos源码\res\default1.bin
数据库编程\Pos源码\res\icon1.ico
数据库编程\Pos源码\res\kkPos.ico
数据库编程\Pos源码\res\Pos.bmp
数据库编程\Pos源码\res\Pos.ico
数据库编程\Pos源码\res\Pos.rc2
数据库编程\Pos源码\res\Thumbs.db
数据库编程\Pos源码\Resource.h
数据库编程\Pos源码\Sell.cpp
数据库编程\Pos源码\Sell.h
数据库编程\Pos源码\StdAfx.cpp
数据库编程\Pos源码\StdAfx.h
数据库编程\Pos源码\Stock.cpp
数据库编程\Pos源码\Stock.h
数据库编程\Pos源码\Sys.cpp
数据库编程\Pos源码\Sys.h
数据库编程\Pos源码\SysEdit.cpp
数据库编程\Pos源码\SysEdit.h
数据库编程\Pos源码\SysSet.cpp
数据库编程\Pos源码\SysSet.h
数据库编程\Pos源码\TabSheet.cpp
数据库编程\Pos源码\TabSheet.h
数据库编程\Test\Data.mdb
数据库编程\Test\Pos.exe
数据库编程\Test\使用说明.txt
数据库编程\Pos源码\Debug
数据库编程\Pos源码\Release
数据库编程\Pos源码\res
数据库编程\Pos源码
数据库编程\Test
数据库编程

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

发表评论

0 个回复

  • Matiral-
    适用于原料车间,原料混合配料过程的监控和管理,能引导和规范配料过程,并用数据库存储配方,方便查询统计。(Suitable for workshop materials, raw material mixing ingredients monitoring and management processes, to guide and regulate the batching process and use the to store recipes, easy access statistics.)
    2016-06-17 16:58:47下载
    积分:1
  • VCshizhanOLEDBbiancheng
    vc实战OLEDB编程,对应用vc开发数据库的人员有巨大帮助,推荐下载。(vc real OLEDB programming for database application developers who vc a huge help, recommended download.)
    2011-07-20 21:18:00下载
    积分:1
  • VB-from-dbdate-copy-photo
    VB 读取数据库指定字段,然后复制对应文件夹的用户照片 批处理 的来,可以优化工作(VB read the specified field of the database, and then copy the corresponding folder user photos, you can batch optimization)
    2013-04-10 08:55:04下载
    积分:1
  • Login
    通过一个简单的项目实例“国家游泳队训练信息系统”,展示c++的威力。该项目包括,SQL server数据库连接数据库操作等(增、删、改查),是一个很好的学习资料。亦可作为收藏。包括对对话框的一些设置问题,对话框背景等........(Through a simple project examples "national swimming team training information system" to demonstrate the power of c++. The project includes, SQL server database connections and other database operations (add, delete, change search), is a good learning materials. Also as a collection. Including some of the settings dialog box in the dialog background ........)
    2014-07-05 22:24:03下载
    积分:1
  • 20060611Access
    简要说明:直接通过DAO读、写Access文件    直接利用DAO来创建、读写Access文件,总的说来,对比上篇<直接通过ODBC读、写Excel文件>来讲,要简单一些。在下面的示例中,我们将用到两种方法:SQL和DAO类涵数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄,采用和上一篇读写Excel类似的操作,你也可以根据自己需要来动态改变它们。 (Brief Description : DAO directly through reading, writing documents directly using Access to create DAO, Access document literacy, in general, compared to the previous chapter)
    2006-08-29 12:05:09下载
    积分:1
  • ExcelAccc
    通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件(adoption of this sample source code and supporting you to be more flexible control of Excel documents, including the creation of new Excel file, write tabular data, reading the spreadsheet data (including the original Excel files built themselves manually add the rows and columns of data accurately read), has been deleted Excel spreadsheet, the forms were designated rows and columns, and cells to conduct inquiries, insert, replace, etc, and also can be generated for the Excel document conversion designated by separate segregated from the other website text files)
    2005-03-21 10:22:41下载
    积分:1
  • ADOctrlAccess
    说明:  ADO控制Access数据库。源来《Visual c++案例开发集锦》(ADO Control Access database. Source to &quot Visual c++ Collection of case development,&quot )
    2010-04-05 01:42:25下载
    积分:1
  • ADO
    C++实现的使用ADO方式连接ACCESS 2007数据库并从中取数据(C++ to achieve the use of ADO to connect the ACCESS 2007 database and fetch data from)
    2012-05-27 16:54:14下载
    积分:1
  • Ex_ODBC
    MFC基本实例实现连接数据库信息的录入修改删除功能(Basic examples were MFC connect to the database information input to modify delete function)
    2010-12-21 14:18:57下载
    积分:1
  • SQL_SERVER2008_EXPRESS
    MFC对话框ADO连接SQL_SERVER2008(MFC dialog ADO connection SQL_SERVER2008)
    2014-01-01 21:13:34下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载