联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据库编程(613) 
按平台查找All Visual C++(613) 

[数据库编程] MySQL

这是关于mySQL数据库c语言编程的一本教程。书中对于每一项具体的服务器操作,都尽量给出了多种的解决方案。
This is a tutorial on mySQL c programming. For every specific server operation in the book, there is a variety of solutions to be given. (2017-04-30, Visual C++, 2535KB, 下载3次)

http://www.pudn.com/Download/item/id/1493547578559281.html

[数据库编程] Visual-CPP-6.0-database-program

本书介绍了Visual C++ 6.0最新的数据库编程技术,其中包括基于COM的OLE DB及其ODBC,并在书中提供了详细的操作步骤和源程序。对于打算用Visual C++进行数据库编程解决数据库中的关键问题的读者,本书具有很高的实用价值,对于计算机教学的读者,本书同样具有很高的参考价值。
This book introduces the visual c 6.0 the latest programming techniques, including based on COM, OLE DB and ODBC, and in the book provides detailed instructions and source code. To use Visual C programming to solve the key problems in the of readers, the book has very high practical value, for computer teaching readers, this book also has a very high reference value. (2016-03-19, Visual C++, 17151KB, 下载1次)

http://www.pudn.com/Download/item/id/1458361940957318.html

[数据库编程] 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. (2013-11-15, Visual C++, 223KB, 下载4次)

http://www.pudn.com/Download/item/id/2400451.html

[数据库编程] Ex11_1

ODBC数据库编程实例。通过操作工具栏和记录菜单,可以实现对数据库的浏览。通过操作记录菜单,可实现对数据库记录的增加和删除。可实现排序...功能。
ODBC database programming examples. Can be achieved through the operation the toolbar and record menu, browse to the database. By operation records menu, you can add and delete database records. Sort ... (2013-02-07, Visual C++, 91KB, 下载12次)

http://www.pudn.com/Download/item/id/2135236.html

[数据库编程] MyDBMS

自己写的数据库,包含增删改查基本功能,可设置主键,唯一性等,使用方法在实验报告里有,每个数据库对应一个无后缀的文件
database designed by myself ,with add,delete,alter,check etc basic functions ,primary key and unique can be set,every database refers to one data file,using method is enclosed in the paper (2013-01-28, Visual C++, 520KB, 下载7次)

http://www.pudn.com/Download/item/id/2128501.html

[数据库编程] odbc_northwind

这是数据库高级编程的示例,利用odbc实现数据库的相连,实现数据库的增加、删除、修改、查询功能。界面友好,方便操作
This is the example of the high-level programming of the database to odbc database connected to achieve the increase of the database, delete, modify, and query functions. Friendly interface for easy operation (2012-04-20, Visual C++, 2003KB, 下载5次)

http://www.pudn.com/Download/item/id/1836836.html

[数据库编程] VcAdo

利用Vc++的ADO接口实现对数据库的访问,利用ADO控件和DataGrid控件实现,快速、方便的实现对数据库的访问,使初学者能够对Vc++数据库编程快速入门。
Vc++ ADO interface to access to the database using the ADO control and a DataGrid control to achieve rapid and convenient access to the database, so that beginners can on the Vc++ QuickStart database programming. (2012-02-06, Visual C++, 107KB, 下载7次)

http://www.pudn.com/Download/item/id/1766121.html

[数据库编程] ADO

MFC与数据库连接的编程(Access),使用ADO。讲解很丰富,适合初学者。
MFC programming with database connection (Access), use ADO. Explain the very rich, suitable for beginners. (2011-08-15, Visual C++, 2500KB, 下载111次)

http://www.pudn.com/Download/item/id/1622753.html

[数据库编程] ss

是一个完整的数据库系统,里边详细介绍了VC和ADO访问数据库的方式和方法,是学习数据库编程很好的参考资料
Cooperative management system is a service of papers inside the VC and ADO detail the ways and means to access the database, is to learn a good reference for database programming (2011-05-10, Visual C++, 10106KB, 下载7次)

http://www.pudn.com/Download/item/id/1526312.html

[数据库编程] vc_adoaccess

为VC++新手准备的一个小例子:使用ADO连接Access数据库并进行数据查询,比如在输入框里输入“张三”,如果数据库中有数据,则会显示数据至DataList中,本例的三个知识点:ADO数据库连接、数据库查询、数据列表的显示。如果你刚接触VC++编程,那么这个小例子可帮你快速理解VC的数据库编程。
VC++ novice to prepare a small example: Access database using ADO connection and data query, such as in the input box type " Joe Smith" , if there is data in the database, it will display data to the DataList in this case, the three knowledge Points: ADO database connection, database query, data list display. If you' re new to VC++ programming, then this small example can help you quickly understand the VC database programming. (2011-04-19, Visual C++, 35KB, 下载31次)

http://www.pudn.com/Download/item/id/1496845.html

[数据库编程] Procedure

该源码的主要功能:采用了ADO+Server技术实现带有输入参数,输出参数的存储过程,该例子适合有一定的ADO编程经验的技术人员,值得借鉴。
The main function of the source: Using the ADO+ Server technology with input parameters, output parameters of stored procedures, some of the examples of ADO programming suitable for experienced technical staff, worth learning from. (2010-12-26, Visual C++, 109KB, 下载14次)

http://www.pudn.com/Download/item/id/1392937.html

[数据库编程] Database

数据库编程入门程序。包含查询表,将查询结果显示;对找到的记录可以选择修改或者删除操作。显示修改内容与原记录进行比较。
Database programming entry procedures. Contains query table, the query results on to find the record is the option to edit or delete operation. Show changes to compare the contents of the original record. (2010-06-02, Visual C++, 76KB, 下载4次)

http://www.pudn.com/Download/item/id/1198312.html

[数据库编程] VCAccess

VC++版Access数据库表结构浏览查询工具,可以自动读取表结构、字段名称以及表内数据,列出字段类型等,并不能对其进行修改、增、删字段等管理功能,帮VC入门编程者快速了解VC++操作Access的基本原理和调用方法,或许这对您以后从事VC编程有所帮助。
VC++ version of Access database table structure query tool browser, can automatically read the table structure, field names, as well as table data, list the type of field, and can not be modified by adding fields such as management functions, VC entry to help programmers quickly understand the VC++ to operate the basic principles of Access and call methods, which may engage in VC programming you help. (2009-07-12, Visual C++, 330KB, 下载74次)

http://www.pudn.com/Download/item/id/841166.html

[数据库编程] HouseAgencyManagement

房屋中介系统,包括VC的ADO数据库编程的各种操作,和界面控件CListCtrl的功能附加,CListCtrl内部加入编辑控件、日历控件
Housing intermediary system, including the VC' s ADO database programming a variety of operations, and interface functions of the additional CListCtrl control, CListCtrl internal join the edit control, calendar control (2009-07-07, Visual C++, 1539KB, 下载75次)

http://www.pudn.com/Download/item/id/835219.html

[数据库编程] netmsg

1.说明 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). 2.特点 a.采用tcp非udp的socket编程,保证传输的稳定性和实时性. b.在同步操作时大多数采用了多线程和超时控制.例如:在传送文件的同时能继续聊天. c.服务器只负责用户登陆,查询,修改用户的基本信息和实时的在线用户列表.而不参与客户端之间的信息传递. d.每个客户端既是聊天的发起端,又是接收端,实现了多点同时聊天和传送文件.
err (2008-12-31, Visual C++, 243KB, 下载157次)

http://www.pudn.com/Download/item/id/620878.html

[数据库编程] animal

曾经做的一个动物领养系统,涉及到access数据库,程序里对用到了MFC里少见的几个控件,这个程序对于数据库编程的初学者有很大的帮助
Have to do an animal adoption system, relates to access a database program to use the MFC controls in a few rare, this procedure for the database programming has great help for beginners (2008-06-08, Visual C++, 1922KB, 下载53次)

http://www.pudn.com/Download/item/id/484846.html

[数据库编程] dataGrid

给程序为VC++数据库ADO编程,用控件datagrid实现表记录的显示,修改等功能
To the procedures for VC++ Database ADO programming with datagrid control to achieve the display of table records, modify the functions of (2008-04-25, Visual C++, 4712KB, 下载342次)

http://www.pudn.com/Download/item/id/446524.html

[数据库编程] CSAnalyse

小灵通基站查询分析系统,可以导入excel表格,并对表格中的数据进行统计分析,用ODBC访问数据库,对数据库编程的初学者很有帮助
PHS base stations inquiries analysis system that can form into excel, as well as tables of data for statistical analysis, using ODBC database, the database programming beginners helpful (2007-03-24, Visual C++, 484KB, 下载27次)

http://www.pudn.com/Download/item/id/259119.html

[数据库编程] Ex_ODBC

本程序主要是用Access数据库编程实现了对学生成绩的管理,其他是一些附加的时间效果.本人是初学者,希望跟大家学更多东西
this procedure is mainly used Access database program for the management of student achievement, the other is some additional time effects. I was a beginner, with the hope that you learn more things (2006-07-06, Visual C++, 114KB, 下载6次)

http://www.pudn.com/Download/item/id/201547.html

[数据库编程] ADO in VC++

讲述了ADO编程的一些注意事项和基本的概念,来之不易 ,仅供大家参考。如有不周到的发消息给我
Narrated the ADO programming some matters needing attention and the basic concept, hard-won, only for everybody reference. If has not not thoroughly sends the news to me (2005-09-27, Visual C++, 24KB, 下载25次)

http://www.pudn.com/Download/item/id/115517.html