登录

最新会员 最新下载

成为了本站VIP会员

今天09:50

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:数据库编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. rfid

  从实验箱中读取在数据收集到数据库sqlite3(get data rifd uhf)

3
下载
114
浏览
2013-11-20发布

2. MFCwarehouse-management

  MFC与数据库结合,实现简单的仓库管理。(MFC conjunction with the database, a simple warehouse management.)

7
下载
138
浏览
2013-11-16发布

3. ADO-And-Access

  这是一个基本的数据库编程实例,里面最特别的地方是即使出数据库里面出现多条完全相同的记录,它也能操作,而不会出错。(This is a basic database programming examples, there is the most special place inside the database even if there is more of the same record, which can operate without error.)

3
下载
72
浏览
2013-11-15发布

4. ADO-And-Access

  这是一个基本的数据库编程实例,里面最特别的地方是即使出数据库里面出现多条完全相同的记录,它也能操作,而不会出错。(This is a basic database programming examples, there is the most special place inside the database even if there is more of the same record, which can operate without error.)

3
下载
117
浏览
2013-11-15发布

5. stand

  MFC 访问数据库 使用DAO连接方式 MFC 访问数据库 使用DAO连接方式(MFC )

9
下载
128
浏览
2013-10-25发布

6. ip_db_format

  ip地址数据库格式,便于开发使用,很清晰.(ip address database format to facilitate development and use, very clear.)

4
下载
129
浏览
2013-10-22发布

7. ip_db_format

  ip地址数据库格式,便于开发使用,很清晰.(ip address database format to facilitate development and use, very clear.)

4
下载
131
浏览
2013-10-22发布

8. ADO-open-close

  用ADO打开关闭数据库的简单程序 初步了解关于ADO在MFC中的使用(用ADO打开关闭数据库的简单程序 初步了解关于ADO在MFC中的使用 Simple procedures for opening and closing the database with ADO preliminary understanding about use of ADO in MFC )

7
下载
124
浏览
2013-10-21发布

9. 238242excel_odbc

  用ODBC读写excel 可以实现VC对excel的操作并读写excel(use ODBC read and write excel)

5
下载
115
浏览
2013-09-04发布

10. pb01

  PB开发者的重点说明,能够很好的介绍给初学者学习PB开发。(PB developers highlights can be a good introduction for beginners learning PB development.)

2
下载
101
浏览
2013-07-29发布

11. pb01

  PB开发者的重点说明,能够很好的介绍给初学者学习PB开发。(PB developers highlights can be a good introduction for beginners learning PB development.)

2
下载
122
浏览
2013-07-29发布

12. ADO_Access

  用VC++下用ADO两节Access数据库,实现对Access的操作(With VC++ next two Access database with ADO, to achieve the operation of Access)

2
下载
129
浏览
2013-07-20发布

13. DBGRID-call-SQL-database

  基于C语言的使用DBGRID控件实现的SQL数据库管理程序,方便灵活(C-based controls to achieve using DBGRID SQL database management procedures, convenient and flexible)

7
下载
84
浏览
2013-07-13发布

14. DBGRID-call-SQL-database

  基于C语言的使用DBGRID控件实现的SQL数据库管理程序,方便灵活(C-based controls to achieve using DBGRID SQL database management procedures, convenient and flexible)

7
下载
102
浏览
2013-07-13发布

15. Lesson20Code

  数据库访问,能帮助解决很多问题的!大家可以好好学习学习。(Database access, can help solve many problems! We can learn to learn.)

1
下载
119
浏览
2013-07-04发布

16. hbMS

  MFC编的数据库管理系统,ODBC连接SQL。里面用了列表控件,组合框控件等。实现管理数据库,直接在列表框控件中操作即可。(MFC series database management systems, ODBC connection SQL. They spent a list control, combo box controls. Implement management database directly in the ListBox control can operate.)

13
下载
163
浏览
2013-06-27发布

17. sniffer

   第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)

7
下载
119
浏览
2013-06-24发布

18. PopManu

  VC++实现在列表控件中添加右键弹出菜单PopManu实例源代码,测试时请把PopManu.exe拷贝至根目录下,以保证Access数据库连接正确,否则实例不能运行(VC++ Add button pop-up menu PopManu source code examples in the list control, test PopManu.exe copied to the root directory, to ensure that the Access database is properly connected, otherwise it can not run an instance of)

11
下载
102
浏览
2013-05-19发布

19. dlltest

  加载动态链接库,使用里面的函数,来移动图片(Load the dynamic link library, inside a function, to move the picture)

3
下载
98
浏览
2013-05-14发布

20. ado-dao-odbc

  数据库连接代码,一个有十个文件夹演示代码,每个文件夹都采用不同的方法连接vc与数据库的演示(Database connection code, a ten folders demo code, each folder takes a different approach to connect vc database demo)

2
下载
128
浏览
2013-05-12发布