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

[SQL Server] Data-update

数据更新(插入、修改和删除)学会在企业管理器中对表进行插入、修改和删除数据操作。学会使用SQL语句对表进行插入、修改和删除数据操作。了解SQL语句对表数据库操作的灵活控制功能。
Data update (insert, modify, and delete) The table to insert, modify and delete the data operation in enterprise manager. Learn how to use the SQL statement table insert, modify and delete the data operation. Understand the flexible control functions of the SQL statement on the operation of the . (2016-07-15, Visual C++, 1405KB, 下载2次)

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

[SQL Server] FCsharpRooomu

功能:1.注册:新用户进行用户注册,输入用户名和密码进行保存.注册成功后的默认权限是普通会员,可以上报维修信息并查看自己的维修反馈情况.2.修改用户信息:修改自己的用户名和密码.3.会员管理:对已经注注册的会员进行用户名,密码和权限的修改.并且可以进行添加和删除的操作.4.宿舍管理:对住房类型和住房信息进行的综合管理.5.职工及积分管理:对职工信息进行管理,并可以对其积分情况进行动态加载适合住房的信
Functions: (1) Registration: new user registration, enter your user name and password be saved. After successful registration, the default permissions are ordinary members can be reported to the maintenance of information and view their own maintenance feedback .2 modify user information: to modify their own The user name and password. Member Management: Note registered member user names, passwords, and permissions to modify and add and delete operations. dormitory management: integrated management of housing types and housing information. 5 staff and integral management: manage information on employees, and can be integral situation of the letter of the dynamic loading of suitable housing (2012-07-29, Visual C++, 664KB, 下载4次)

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

[SQL Server] 127

绩效考核系统2.0,用于员工绩效考核个页面功能相对完善,界面漂亮的OA办公自动化系统,采用面向对象模式开发 主要功能模块有: 个人考勤:上下班登记 外出登记 请假登记 出差登记 我的考勤记录 外出记录 请假记录 出差记录 工作计划:我的计划 计划管理 日程管理 新建安排 查看安排 通讯录: 联系人维护 员工通讯录 我的分组 增加联系人 内部邮件:发邮件 发件箱 收件箱 草稿箱 投诉意见:投诉意见 个人资料:密码修改 个人资料修改 记事本:查看记事本 新建内容 新闻: 新闻列表 我的会议:会议列表 管理选项有:我的办公桌 公文流转 信息交流 共享硬盘 文件管理 会议管理 办公用品管理 人事管理 系统管理 娱乐工具
Performance appraisal system (2010-12-09, Visual C++, 3347KB, 下载67次)

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

[SQL Server] OCL

OCL查询语言,OCL查询语言介绍在传统的企业应用的开发是以数据集为核心来进行的,数据集中的数据获取和操作都是通过标准的SQL语言来实现的
OCL query language, OCL query language introduced in the traditional enterprise application development is carried out as the core data set, the data set of data acquisition and is done via standard SQL language to achieve (2010-09-03, Visual C++, 1183KB, 下载5次)

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

[SQL Server] schollsystem

SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决,
SQL settings: in the SQL2000 database established under schooldata import data file into data: data directory with school_back Database Backup file operations: use SQL Enterprise Manager to restore the database to import data to access the local database server, the password is set that its operation schooldata database user name and password to use ADO to access the same primary database, and several display data control Treectrl, listctrl, datagrid, etc. There are several programs BUG not yet been solved, (2010-04-21, Visual C++, 788KB, 下载6次)

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

[SQL Server] HospitalManagementInformationSystem

基于VC开发的医院信息管理系统 在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。 可以有两种方法创建该数据库: 1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,这样会创建Hospital数据库。 2.使用sql server的企业管理器直接附加“附加数据库文件”目录下的Hospital.mdf文件。 系统默认帐号:admin 密码:888888
VC-based hospital information management system developed in the operating system, we should first install the SQL Server database, Note To set the user name " sa" , password is empty. There are two ways to create the database: 1. Using SQL server Query Analyzer run the Database directory sql.txt the sql statement, it will create a Hospital database. 2. Using sql server enterprise manager directly attached " Additional Database Files" directory Hospital.mdf file. System default account: admin password: 888888 (2010-04-15, Visual C++, 2420KB, 下载19次)

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

[SQL Server] StudentManagement

(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. (2010-01-13, Visual C++, 525KB, 下载104次)

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

[SQL Server] VCSQLServerDevelopment

Visual C++ + SQL Server 数据库开发与实例,书本源代码, 第1章 Visual C++及数据库访问基础 , 第2章 SQL Server 2000数据库管理 , 第3章 数据库理论与SQL语言 , 第4章 客户资源管理系统, 第5章 企业备忘录管理系统 , 第6章 图书馆管理系统 , 第7章 设备管理系统 , 第8章 员工培训管理系统 , 第9章 公司贸易管理系统 , 第10章 餐饮管理系统 , 第11章 宾馆管理系统 , 第12章 数据库应用程序的优化与发布
Visual C+++ SQL Server database development and examples, books, source code, Chapter 1, Visual C++ and database access based on Chapter 2, SQL Server 2000 database management, Chapter 3 database theory and SQL language, Chapter 4, Customer Resource Management system, Chapter 5 Enterprise memo management system, library management system, Chapter 6, Chapter 7, Equipment Management System, Chapter 8, staff training and management systems, Chapter 9' s trade management system, Chapter 10 Food management systems, Chapter 11 hotel management systems, database applications Chapter 12, Optimization and release (2009-10-24, Visual C++, 2006KB, 下载447次)

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

[SQL Server] ShopAssiatant

数据库信息管理——ShopAssistant 代码使用说明 1.创建数据库 SQLServer 2000企业管理器创建数据库方法,创 建ShopAssistant数据库, 使用SQLServer 2000表设计向导创建 各表,或使用查询分析器用Transact-SQL语言建表。 在SQLServer 2000企业管理器创建触发器。 2. 建立帐户 系统运行时应先启动SQL Server 2000服务管理器,并用查询分析器 为ShopAssistant数据库的TableAccount表,建立一个初始的管理员账户 “Admin”,并设定该帐号密码。 以Admin登录系统后,进入账户管理,建立若干账户。
Database Information Management- ShopAssistant code for use 1. To create a database SQLServer 2000 Enterprise Manager to create database method, create ShopAssistant database table using SQLServer 2000 Design Wizard to create tables, or use Query Analyzer to use Transact-SQL language to build table. In SQLServer 2000 Enterprise Manager to create triggers. 2. Set up the account system is running should be the first to start SQL Server 2000 Service Manager and Query Analyzer for ShopAssistant database TableAccount table, set up an initial administrator account " Admin" , and set the account password. Admin log in system, to enter the account management, set up a number of accounts. (2009-02-21, Visual C++, 4262KB, 下载11次)

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

[SQL Server] Hotel_MIS

目前大多数酒店提供的服务多种多样,规模大小也各不相同,但稍具规模的酒店必含下面三类服务:饮食、住宿和娱乐。由于我们对酒店行业没有具体的接触和实质性的了解。此次数据库设计只能在一些收集到的基本材料与个人直观认识的基础上,简单模仿中等规模的酒店设计管理系统,并将其抽象成一个由三部门组成、实现三大服务的系统
Most hotels provide a wide range of services, the size varies, but a bit of the size of the hotel will contain the following three categories of services: catering, accommodation and entertainment. The hotel industry because we do not have a specific contact and substantive understanding. The database design can only be collected in a number of basic materials and personal intuitive understanding, easy to imitate the design of medium-sized hotel management system, and its abstraction into a composition by the three departments to achieve the three major service system (2009-02-19, Visual C++, 75KB, 下载7次)

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

[SQL Server] OA123

本系统在一些大中型企业(跨多达24个区域)一直都在很好的服务过,主要在FTP 控制 UDP控制 HTTP控制 傁客户数据库 数据库 数据压缩加密方面进行了综合深入的应用
The system in a number of large and medium-sized enterprises (up to 24 inter-regional) have been well served, mainly in the FTP control UDP control HTTP control傁customer database encryption database data compression carried out in depth the application of integrated (2008-12-28, Visual C++, 20208KB, 下载5次)

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

[SQL Server] VC+++SQL

医院管理信息系统 资源类别: VC源码¦数据库 文件大小: 2419KB 原创作者: 佚名 发布时间: 2008-6-12 13:57:54 运行平台: Windows 医院管理信息系统 在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。 可以有两种方法创建该数据库: 1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,这样会创建Hospital数据库。 2.使用sql server的企业管理器直接附加“附加数据库文件”目录下的Hospital.mdf文件。
Hospital Management Information System Resource category: VC source ¦ database file size: 2419KB original Author: Anonymous Time: 2008-6-12 13:57:54 platform: Windows hospital management information system in the operating system before, we must first install the SQL Server database, called attention to the need to set user sa , password is blank. There are two ways to create the database: 1. The use of SQL server running Database Query Analyzer sql.txt directory of sql statement, which will create a database Hospital. 2. Use sql server enterprise manager direct-attached Additional database files directory Hospital.mdf document. (2008-06-24, Visual C++, 2421KB, 下载591次)

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

[SQL Server] gdzcglxt

固定资产管理系统:可以帮助企业实现对固定资产的信息化管理。该系统是以实物管理为特点,以化繁为简为目的的使用管理类软件。使用SQL Server数据库,详见“使用说明”。
Fixed Assets Management System: You can help enterprises to realize the information management of fixed assets. The system is based on physical characteristics of management in order to make things simple for the purpose of the use of management software. The use of SQL Server databases, see (2008-03-19, Visual C++, 667KB, 下载13次)

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

[SQL Server] Sql2000

在使用 SQL Server 的过程中,用户遇到的最多的问题莫过于连接失败了。一般而言 ,有以下两种连接 SQL Server 的方式,一是利用 SQL Server 自带的客户端工具,如企业管
In the use of SQL Server process, users encounter the most problems is the connection failed. Generally speaking, there are two ways to connect SQL Server, first use of SQL Server s own client-side tools, such as corporate (2007-12-02, Visual C++, 7KB, 下载3次)

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

[SQL Server] hospitalsys

在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。 可以有两种方法创建该数据库: 1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,这样会创建Hospital数据库。 2.使用sql server的企业管理器直接附加“附加数据库文件”目录下的Hospital.mdf文件。
before the operating system, we must first install SQL Server database, attention to the user to set the "sa" password empty. There are two ways to create the database : 1. SQL server inquiries analyzer operation Database Contents under which sql.txt The sql statement, which will create the database Hospital. 2. Sql server using the Enterprise Manager directly attached "Additional database files" directory of Hosp ital.mdf document. (2007-05-29, Visual C++, 2418KB, 下载16次)

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

[SQL Server] vc108423425252

软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等 程序中有几个BUG还没解决, 实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息
software introduced : Programming Environment : windows2003 visual c stdio. net Ado SQL2000 /## SQL##################################/** set up : the establishment schooldata SQL2000 database into data files into data : data directory is a breakdown school_back database file operations : using SQL Enterprise Manager Database reduction visit to the local data into the database server, Password is set as the, um, schooldata operation of the database user name and password the same as the main database with ADO visit, Several display data and control the Treectrl, listctrl. datagrid procedures are several BUG has not yet been solved, realization of functions : : On the choice of inquiries conditions : one tree to demonstrate control information related to the tree Lane click controls to s (2007-01-10, Visual C++, 524KB, 下载312次)

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

[SQL Server] demo-sys

本系统由数据库服务器、服务器管理程序、客户应用程序三部份组成。数据库服务器采用MS SQLSERVER 2000,数据存储容量大,运行稳定,对硬件设备要求较低,维护相对简便。服务器管理程序主要用于设置餐饮企业的基本信息、客户机信息、操作员信息等。企业在正常运营过程中如无增、减客户端、人事变动等情况发生,则一次设置后再无需改动。客户应用程序是本系统运行的主要部份,所有营业资料录入、库房管理、厨房管理、收银管理、经理查询(含财务报表)、前台收银、客户管理等均在此进行设置。
the system by the database server, server management, a client application three parts. Database server using MS SQLSERVER 2000, data storage capacity, stable operation, the lower hardware requirements and maintaining the relatively straightforward. The main server management procedures for the establishment of Food Enterprises of basic information, client information, the operator information. Enterprises in the course of normal operations without increasing by the client, such as personnel changes occur, the time to set up later without changes. Customer applications of the system is the major part of all business data entry, Treasury management, management of the kitchen, the cash register management, manager inquiries (including financial statements), the prospects of the cash register (2006-06-26, Visual C++, 8KB, 下载29次)

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

[SQL Server] vc108423425233

一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 五、主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 程序还用了Active Skin 对程序进行了换肤!!
: windows2003 visual stdio c .net,Ado SQL2000 SQL SQL2000schooldata dataschool_back SQL schooldata ADOTreectrl,listctrl,datagridBUG tree treeITEMITEMLIST LIST Active Skin (2005-12-13, Visual C++, 829KB, 下载101次)

http://www.pudn.com/Download/item/id/132856.html
12
总计:38