Location:
Search - SQL 2000 MFC
Search list
Description: 学生信息管理系统,具体内容,用VC6.0,MFC,成绩管理系统,用VC和SQL 2000开发,非常不错的一个系统,用户根据不同权限访问数据库,进行添加、修改、查询、删除、打印、备份和还原数据库等操作..
Platform: |
Size: 116395 |
Author: jared |
Hits:
Description: 一个基于VC6.0MFC的超市管理系统,SQL SERVER 2000数据库.实现基本功能,-VC6.0MFC a supermarket based management system, SQL Server 2000 database. achieving basic functions,
Platform: |
Size: 362496 |
Author: 李艳 |
Hits:
Description: 学生信息管理系统,具体内容,用VC6.0,MFC,成绩管理系统,用VC和SQL 2000开发,非常不错的一个系统,用户根据不同权限访问数据库,进行添加、修改、查询、删除、打印、备份和还原数据库等操作.. -Student information management system, specific content, using VC6.0, MFC, performance management system, using VC and SQL 2000 development, a very good system, users access the database according to different permissions, add, modify, query, delete, print, backup and restore database operation ..
Platform: |
Size: 115712 |
Author: jared |
Hits:
Description: 一个图书管理系统,用sqlserver2000和MFC编写-A library management system, using SQL Server 2000 and MFC to prepare
Platform: |
Size: 1625088 |
Author: 张跌 |
Hits:
Description: 数据库 sql 2000 vc++ mfc几个简单的例子-Database sql 2000 vc++ mfc a few simple examples
Platform: |
Size: 1103872 |
Author: jhon |
Hits:
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:
Description: 使用MFC和Sql Server2000编写的仓库管理系统,具有多功能,查询物资、增加物资、删除物资,具有可视化的界面、并且界面友好。-Sql Server2000 using MFC and the preparation of a warehouse management system, with multi-functional, check materials, to increase supplies, delete material, with a visual interface and user-friendly.
Platform: |
Size: 6277120 |
Author: 胡雯文 |
Hits:
Description: (SQL-MFC) 学生信息管理软件:
学生信息输入;
学生信息删除(分为按照学号和姓名);
学生信息查询(分为按照学号,姓名,性别,班级,年级);
学生信息更改。
(Visual Studio.NET 2003 + SQL SERVER 2000)
安装SQL 服务器后,修改程序中ADOConn.cpp 34行: serverName改为你的SQL服务器名称。数据库的mdf,ldf文件已经包含在此文件中,需要通过SQL企业管理器附加。 -(SQL-MFC) Student Information Management Software: student information input student information deleted (divided according to number and name of school) Student Information Query (divided in accordance with Student ID, name, gender, class, grade) student information changes. (Visual Studio.NET 2003+ SQL SERVER 2000) to install SQL server, modify the program ADOConn.cpp 34 rows: serverName change your SQL server name. Database, mdf, ldf file has been included in this document, you need to add through SQL Enterprise Manager.
Platform: |
Size: 537600 |
Author: zhang |
Hits:
Description: 学生学籍管理系统 采用VC++6.0开发基于MFC框架 数据库MS SQL SERVER 2000 数据库底层采用ODBC进行操作 用户层使用数据映射类来进行操作。构建类模仿EJB的实体特性-Student record management system developed by VC++6.0 MFC framework of the database based on MS SQL SERVER 2000 database using ODBC to operate the underlying user-level class map using the data to operate. Building class mimic the physical characteristics of EJB.
Platform: |
Size: 3072 |
Author: 于云龙 |
Hits:
Description: 用MFC框架控制数据库 SQL server 2000,简洁,实用-control datebase sql server 2000 using Visual c++ (MFC)
Platform: |
Size: 5628928 |
Author: 马冲 |
Hits:
Description: 企业仓库管理系统由基本信息管理模块、入库管理模块、库存管理模块、查询管理模块等几部分组成。数据库SQL Server 2000,界面用到许多第三方类,美观,漂亮。对MFC+SQL2000的学习是不错的资料。-Enterprise Warehouse Management System consists of several parts basic information management module, warehouse management module, inventory management module, query management module and other components. Database SQL Server 2000, the interface used in many third-party class, beautiful, beautiful. For MFC+ SQL2000 learning is good information.
Platform: |
Size: 7216128 |
Author: 王万禄 |
Hits: