登录
首页 » ADO-ODBC » 1在组对话框上进行子对话框之间的切换 2使用VC++播放FLASH文件 3在VC++中使用MFC ODBC技术访问ACCESS数据库 4为数据库中的...

1在组对话框上进行子对话框之间的切换 2使用VC++播放FLASH文件 3在VC++中使用MFC ODBC技术访问ACCESS数据库 4为数据库中的...

于 2022-03-11 发布 文件大小:8.20 MB
0 130
下载积分: 2 下载次数: 1

代码说明:

1在组对话框上进行子对话框之间的切换 2使用VC++播放FLASH文件 3在VC++中使用MFC ODBC技术访问ACCESS数据库 4为数据库中的每个表映射一个记录集类型 5Singleton类的使用 6ini文件的读写 7使用VC++直接发送Email-1 in the group sub-dialog box on the dialog box to switch between the 2 using the VC++ Play FLASH paper 3 in VC++ using MFC ODBC database technology access ACCESS database 4 for each table in a recordset type mapping 5Singleton category 6ini the use of 7 to read and write documents using VC++ Direct Send Email

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

发表评论

0 个回复

  • 用ADO调用系统的存储过程 实例,讲解得很详细
    用ADO调用系统的存储过程 实例,讲解得很详细-Using ADO to call the system stored procedure example, to explain in detail the
    2023-08-28 09:50:04下载
    积分:1
  • 对于重要的数据库数据,如果不希望修改或删除,那么可以锁定数据库或数据库中的表,本实例完成对数据库表的锁定。...
    对于重要的数据库数据,如果不希望修改或删除,那么可以锁定数据库或数据库中的表,本实例完成对数据库表的锁定。-For critical database data, if you do not want to modify or delete, you can lock the database or database table to complete this instance lock database tables.
    2022-05-06 12:57:50下载
    积分:1
  • Packaging a database
    封装了一个数据库操作类,可以可以方便的定义数据库变量和记录集变量,可以调用里面的excute函数执行sql语言-Packaging a database-type operations can be easily defined database recordset variables and variables, you can excute function call inside the implementation of sql language
    2022-08-22 17:21:50下载
    积分:1
  • 这是我用vb写的将图片添加到Access数据库中以便于浏览
    这是我用vb写的将图片添加到Access数据库中以便于浏览-This is what I wrote with vb photos added to the Access database in order to View
    2023-04-29 06:45:03下载
    积分:1
  • (转载)This is a contact manager, built with the DAO data control and an Access dat
    (转载)This is a contact manager, built with the DAO data control and an Access database. It is designed specifically to save internet gaming information such as favorite game, gaming handle, clan name, clan rank, etc. Also includes a task scheduler. In addition, the look and feel of the front-end is highly customizable. 这是一个联系信息管理器,具有DAO数据控件和一个Access数据库。它主要旨在保存internet游戏信息,例如最喜欢的游戏,游戏入口点,部落名称,部落等级等等。也包括了一个任务调度程序。另外,它前端的外观具有高度的可定制性。 来源: http://www.freevbcode.com/ShowCode.Asp?ID=1839- (Reprint) This is a contact manager, built with the DAO data control and an Access database. It is designed specifically to save internet gaming information such as favorite game, gaming handle, clan name, clan rank, etc. Also includes a task scheduler. In addition, the look and feel of the front-end is highly customizable. this is a relation information management, has the DAO data to control and a Access database. It mainly is for the purpose of preserving the internet game information, for example m
    2022-01-25 19:51:22下载
    积分:1
  • 这是一个PB环境下成功导出数据的例子,由PB6.5编程。
    这是一个PB环境下成功导出数据的例子,由PB6.5编程。-This is a successful environment PB examples of data derived from PB6.5 programming.
    2022-03-19 16:59:09下载
    积分:1
  • 一个在在程序运行阶段用代码自动建立MDB数据库文件
    一个在在程序运行阶段用代码自动建立MDB数据库文件- In automatically establishes the MDB database file in the procedure movement stage with the code
    2022-05-17 13:54:52下载
    积分:1
  • 本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,...
    本程序是设计一个通讯录,使其具有简单的数据库功能,如插入,删除,修改等实际应用功能。VC++和ODBC是用于创建数据库程序很好的工具,就快速开发和使用简便而言,这两个工具是最好的选择。所以我选用ODBC来进行数据库程序的开发。-this program is to design a directory, it will have a simple database functions, such as the insertion, deletion, modification and other practical applications. VC and ODBC database is used to create procedures good tools, rapid development and easy to use, the two tools is the best option. I chose to ODBC database development.
    2022-12-06 13:25:03下载
    积分:1
  • 1. 基本信息的管理系统,基本功能如下: (1)能够完成新、老生信息的输入、修改、删除等工作,学生的基本信息,包括学号、姓名、性别、籍贯等,具体可根据需求自...
    1. 基本信息的管理系统,基本功能如下: (1)能够完成新、老生信息的输入、修改、删除等工作,学生的基本信息,包括学号、姓名、性别、籍贯等,具体可根据需求自行设计; (2)能够完成课程信息的输入、修改、删除等工作,课程的基本信息,包括课程编号、课程名称、学时、学分、先修课等,具体可根据需求自行设计; (3)可以按照特定的信息进行查找,并按照特定的要求进行排序; (4)可以对学生及课程的基本信息进行打印输出; 2. 学生成绩的管理,基本功能如下: (1)学生成绩的输入、修改、删除等基本操作; (2)成绩的查询功能,可以按学号、姓名等进行成绩查询; (3)成绩的综合统计功能,包括学生成绩按照不同条件进行排名,管理人员可以选择不的排序条件,并可以将排序结果进行打印输出; (4)计算每个学生的总成绩、平均成绩,所有学生单科的平均成绩,找出总成绩和单科成绩最高的学生并输出; (5)计算各班的总分和平均分,并按照平均分将各班成绩进行排序。 (6)统计不及格考生的信息; (7)学生奖励统计,自动生成每班获得奖学金的同学的信息,并可以将奖学金分成不同的等级,以及所得奖学金的数目。-err
    2022-03-02 14:10:39下载
    积分:1
  • 出差管理文件的数据库编程,有很多基本的代码操作,应该对初学者很有帮助。...
    出差管理文件的数据库编程,有很多基本的代码操作,应该对初学者很有帮助。-management of travel documents database programming, many of the basic operation of the code should be helpful for beginners.
    2022-03-04 22:31:29下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载