Welcome![Sign In][Sign Up]
Location:
Search - MFC SQL ADO

Search list

[Dialog_Windowsuccessprogress

Description: 用ADO连接MFC与SQL SERVER数据库的一些操作
Platform: | Size: 163946 | Author: lvping | Hits:

[ADO-ODBCMFC_SQL_Sample

Description: MFC和SQL结合的简单例子,最简单最简单的-MFC and SQL combination of a simple example, the most straightforward and simple
Platform: | Size: 54272 | Author: | Hits:

[ADO-ODBCUseDB

Description: ADODB连接数据库程序。 可以连接Oracle、SQL Server、Access。需要注意的是,如果连接Oracle10g,需要把sConnStr的Provider = OraOLEDB.Oracle改为Provider = OraOLEDB.Oracle1。-ADODB Connection database program. Can connect Oracle, SQL Server, Access. Need to pay attention to is that if the connection Oracle10g, the need to sConnStr the Provider = OraOLEDB.Oracle change Provider = OraOLEDB.Oracle1.
Platform: | Size: 17408 | Author: hujie | Hits:

[VC/MFCVC_DataBase_Programing_Three_Steps

Description: 本书以实用为目的,结合具体的数据库应用,选择了7个最有代表性的实例,分别介绍ODBC API、MFC的ODBC类、DAO、OLE DB以及ADO的客户数据库访问技术和应用开发过程。本书还通过ADO数据库组件开发实例和OLE DB服务器程序的开发实例展开了数据库应用开发的高级话题。-The book for the purpose of practical light of the specific database applications, selected the seven most representative examples of, respectively, introduced ODBC API, MFC s ODBC category, DAO, OLE DB and ADO database access technology to customers and application development process. The book also ADO database components developed through examples and OLE DB server program development instance launched a database application developed by the High topic.
Platform: | Size: 3520512 | Author: 寒风 | Hits:

[Dialog_Windowsuccessprogress

Description: 用ADO连接MFC与SQL SERVER数据库的一些操作-Connect MFC using ADO and SQL SERVER database for operation
Platform: | Size: 2544640 | Author: lvping | Hits:

[SQL ServervcANDadoANDpic

Description: VC中实现对SQL存储图片的操作,并在MFC中进行显示-VC achieve image storage on the SQL operation and carried out in the MFC show
Platform: | Size: 61440 | Author: 李引 | Hits:

[ADO-ODBCADO

Description: 在MFC种利用ADO进行数据库的处理,也可以用ODBC来做。-Use ADO in MFC to test the SQL.
Platform: | Size: 3816448 | Author: CoolFighter | Hits:

[Database systemsynchronize

Description: 1. 熟悉常用网络数据库的安装和使用 2. 掌握网络数据库的应用编程技术 3. 掌握网络环境下实现数据同步的相关编程知识 4. 掌握网络通信编程的具体应用 Oracle的安装和使用 2、SQL Server的安装和使用 3、数据库应用编程 本次实验采用ADO技术访问Oracle 9i和SqlServer 2000 数据库,用VC++开发,选用MFC开发工具。实验要求中只要求从从站到中心站的同步,这里我们加大难度实现了从站和中心站的互同步。项目名称为:synchronize,即为同步。 本程序分为三个模块:数据库连接操作、通信模块(包括发送和接收)、用户操作更新数据、同步更新数据库模块。 2. 通信模块(包括发送和接收)模块(Comm) a) 功能:用于将从站的insert 语句发送到中心站,中心站正确 执行后将学号返回给从站,从站更新数据库。 同时在中心站上时接收从站的insert语句。 b) 工作流程: c) 数据结构:继承MFC中的CSyncSocket类,利用它的功能。 3. 用户操作更新数据模块(User) a) 功能:接收用户对数据库的插入命令,提供用户界面。 b) 工作流程: c) 数据结构: 4. 同步更新数据库模块模块(Asy) a) 功能:将中心站接收到的insert 语句检查后,在中心站上执行,实验中心站的同步。 b) 工作流程: -1. Familiar with the popular web-based database installation and use of 2. Master network database application programming techniques 3. Master data synchronization network environment to achieve the relevant programming knowledge 4. Grasp the concrete application of network communication programming Oracle of the installation and use of 2, SQL Server installation and use of 3, database application programming This experiment using ADO technology to access SqlServer 2000 and Oracle 9i database, using VC++ development, use MFC development tools. Experimental request only requires from the slave to the central station synchronization, here we increase the degree of difficulty to achieve from the station and central station of mutual synchronization. Project name: synchronize, namely synchronization. This program is divided into three modules: the database connection operation, communication modules (including the sending and receiving), the user update the data operatio
Platform: | Size: 573440 | Author: zym | Hits:

[ADO-ODBCADOSQLsever2005

Description: VC++ MFC开发的ADO连接SQLsever2005原创源码,简单易懂。容易移植使用,希望大家喜欢-VC++ MFC Development ADO connection SQLsever2005 original source, easy to understand. Easy to transplant to use, I hope you like
Platform: | Size: 1679360 | Author: 钟龙 | Hits:

[ERP-EIP-OA-PortalHrSysDebug

Description: 工资管理系统,用MFC加SQL,ADO做控件,未进行优化-Salary management system, with MFC plus SQL, ADO to do the control, not to optimize
Platform: | Size: 3474432 | Author: 魏晨 | Hits:

[Education soft systemCtrlListDatabase

Description: 本文以“学生信息管理”系统雏形为例子,介绍在MFC下如何使用ADO连接数据库编程,并给出示例代码。下面内容第一至四节介绍如何采用ADO连接数据库、关闭数据、执行sql语句及如何用另一种方式执行常用的select语句。第五节介绍如何使用Datagrid控件:建立_RecordsetPtr对象与Datagrid控件之间的绑定,通过改变_RecordsetPtr对象的内容更新数据库表的记录。第一至四节的内容请参考代码“CtrlListDatabase.rar”,第五节内容请参考“Datagrid.rar”请同学们结合ADO.NET课程内容自主学习,将所学到的技术应用到项目实训中。-In this paper, " Student Information Management" system prototype as an example, describes how to use ADO connection MFC database programming, and gives sample code. The following section describes how the contents of the first four databases using ADO connection, turn off the data, and how to execute sql statements in a different manner commonly used in select statements. Section V describes how to use Datagrid control: the establishment of _RecordsetPtr object and Datagrid binding between controls, the contents of the object by changing the _RecordsetPtr update the database tables. The contents of the first four sections, please reference code " CtrlListDatabase.rar" , please refer to section V, " Datagrid.rar" ask someone with ADO.NET independent study course, will have learned techniques to project training in .
Platform: | Size: 2522112 | Author: 康力文 | Hits:

[Dialog_WindowVC_ADO-SQLSERVER-Access

Description: mfc做的一个对话框,有对Access和SQL2000数据库的读取及修改、删除、插入操作。command、execute、open3种方式执行sql语句。 -mfc do, a dialog box with the Access and SQL2000 database to read and modify, delete, insert. command, execute, open3 ways to execute sql statement.
Platform: | Size: 2590720 | Author: 小小鸟 | Hits:

[ADO-ODBCmfc-ado-sql

Description: 这是我在公司做的数据库外挂报表 对大家的学习很有帮助-This is what I do in the company' s database plug-in for everyone' s very helpful report
Platform: | Size: 131072 | Author: 色粉 | Hits:

[Other systemsGprsControlLampSolution

Description: 这个是GPRS路灯控制系统,实现了BCG库的操作,MFC框架的应用,SQL Server,ActiveX,dll,com(自己编写的ADO类来操作数据库),MFC仿真技术的改良和应用,内存DC的应用-This GPRS street light control system, BCG library operations, the MFC framework application, SQL Server, ActiveX, dll, com (ADO classes I have written to manipulate the database), the improvement and application of the MFC simulation technology, the memory DC applications
Platform: | Size: 263168 | Author: 中华 | Hits:

[ADO-ODBCLicai2.0

Description: 个人理财系统是我用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.
Platform: | Size: 4896768 | Author: 黄礼祥 | Hits:

[ADO-ODBCHR

Description: 综合人事管理系统 (vc+sql) ado,MFC-Integrated Personnel Management System (vc+sql)
Platform: | Size: 1392640 | Author: 田毅 | Hits:

[Database systemMFC-connect-to-the-database-via-ADO

Description: MFC通过ADO连接数据库,实现数据库连接、关闭,sql语言执行、查询等功能-The MFC via ADO to connect to the database, database connectivity, Close, sql language implementation, query and other functions
Platform: | Size: 309248 | Author: ludejian | Hits:

[ADO-ODBCmfc-sql

Description: MFC编程下,利用窗口程序通过ado方式访问sql数据库-MFC programming, the use of the window to access sql database through ado way. . . . .
Platform: | Size: 529408 | Author: liang | Hits:

[Windows Developlibrary2.7

Description: 图书馆管理系统 mfc框架 ado访问sql server数据库 -library manager system
Platform: | Size: 24325120 | Author: name | Hits:

[ADO-ODBCADODemo

Description: 通过ADO访问数据库表格Test.可以通过修改Dialog2里的SQL语句修改显示内容.具有CListCtrl编辑功能,但还不能修改数据库,(Accessing the database table ADO through Test. can modify the display content by modifying the SQL statement in Dialog2. It has the function of CListCtrl editing, but it can not modify the database)
Platform: | Size: 34862080 | Author: tony_000000a | Hits:
« 12 »

CodeBus www.codebus.net