-
的局域网考试系统自己用VB开发,C/S结构的比较…
自己用vb开发的局域网考试系统,是c/S结构的公司自用管理软件-own use vb development of the LAN examination system, c/S structure of the companies use management software
- 2022-08-17 03:01:02下载
- 积分:1
-
本系统划分为五个模块:员工信息管理(包括员工信息录入和查询,考核奖惩信息录入)、部门管理(包括部门信息录入和查询)、人事变动管理(包括新进人员登记和离职人员登记...
本系统划分为五个模块:员工信息管理(包括员工信息录入和查询,考核奖惩信息录入)、部门管理(包括部门信息录入和查询)、人事变动管理(包括新进人员登记和离职人员登记)、培训信息管理(包括培训信息录入和查询)、系统管理(包括操作员管理和系统关于)。-The system is divided into five modules: information management staff (including staff information entry and inquiry, examination entry incentive information), departments (including departments of information entry and inquiry), the management of personnel changes (including new staff members to register and leave Registration) , training, information management (including training of information entry and inquiry), systems management (including management and system operators on).
- 2022-03-21 22:18:27下载
- 积分:1
-
本家庭理财系统是一个简易的家庭理财工具,可以对日常收支及资产进行记录,
并且具有统计分析的功能。...
本家庭理财系统是一个简易的家庭理财工具,可以对日常收支及资产进行记录,
并且具有统计分析的功能。-The family financial management system is a simple family of financial management tools, can be carried out day-to-day records of income and expenditure and assets and has a statistical analysis function.
- 2022-04-21 21:39:14下载
- 积分:1
-
在SQL中删除重复记录
学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Ora...
在SQL中删除重复记录
学习sql有一段时间了,发现在我建了一个用来测试的表(没有建索引)中出现了许多的重复记录。后来总结了一些删除重复记录的方法,在Oracle中,可以通过唯一rowid实现删除重复记录;还可以建临时表来实现...这个只提到其中的几种简单实用的方法,希望可以和大家分享(以表employee为例)。-SQL delete duplicate records sql learning for a long time, I found in a building used for the test (not built Index) There"s a lot of duplication of records. Later up in the deletion of duplicate records, Oracle, can only achieve rowid delete duplicate records; Also temporary tables can be built to achieve ... the only mention of several simple, practical methods, and we hope to share (table employee example).
- 2023-05-24 08:40:03下载
- 积分:1
-
快速、灵活、易用的Excel网络化工具, 用数据库管理和应用Excel文件和数据。...
快速、灵活、易用的Excel网络化工具, 用数据库管理和应用Excel文件和数据。-fast, flexible, easy-to-use Excel networking tool and database management and application Excel documents and data.
- 2022-02-15 14:46:50下载
- 积分:1
-
一、实验目的
1)理解视图的概念。
2)掌握创建视图的方法。
3)掌握更改视图的方法。
4)掌握用视图管理数据的方法。
二、实验内容
3...
一、实验目的
1)理解视图的概念。
2)掌握创建视图的方法。
3)掌握更改视图的方法。
4)掌握用视图管理数据的方法。
二、实验内容
3、用T-SQL语言创建、管理视图 (以下题目需提交)
(1)创建视图
1)创建一个名为stuview2的水平视图,从数据库XSGL的student表中查询出性别为“男”的所有学生的资料。并在创建视图时使用with check option。(注:该子句用于强制视图上执行的所有修改语句必须符合由Select语句where中的条件。)
T-SQL语句为:
Create view stuview2
As
Select *
From student
Where sex= 男
-1, experimental purposes 1) understand the concept of view. 2) to master the method to create the view. 3) control to change the view method. 4) The master with the view of management data. Second, the contents of three experiments, using T-SQL language to create, manage view (the following topics should be submitted) (1) create a view of a) Create a file called stuview2 level view of the student table from the database query XSGL the gender as " male " All the students information. Used in the creation of the view with check option. (Note: This clause is used to force all the modifications performed on the view must be consistent with statements
- 2023-09-08 05:20:03下载
- 积分:1
-
vc写的测试数据库连接,直接存在txt文本中,方便阅读
vc写的测试数据库连接,直接存在txt文本中,方便阅读-vc written test database connections, direct presence txt text, easy reading
- 2023-01-23 12:50:04下载
- 积分:1
-
学生档案管理系统,是基于C++ Builder和SQL编程…
学生档案管理系统,是基于c++BuildER和SQL的编程的-Student file management system, is based on the c++ BuildER and SQL programming the
- 2022-05-12 14:07:12下载
- 积分:1
-
SQL 服务器连接对话(可扩展)
翻译maninwest@Codeforge作者: Chris Winkelmann @CodeProject
显示具有扩展功能的 SQL 连接对话框,保存其生成的连接字符串到任何位置的连接
介绍:
首先要感谢 TWallick 想出了使用 Microsoft.Data.ConnectionUI.dll 和 Microsoft.Data.ConnectionUI.Dialog.dll 来表示Visual Studio 提供的 SQL 连接 UI 的原创想法。此版本是使用 C# 而不是 VB 语言编写的。但是,我整理了一下,在设计时显示 Visual Studio 连接控制,而不是在将其构建到代码中仅在运行时显示。
背景
抽象出SAVE() 功能,不管想保存到其他任何位置的连接字符串仍可以使用此对话框。 此模块的设计目的是能够 “依原样”插入任何人的解决方案中,可以按需扩展且无需重写。
Save 函数迁移到新的类:
public class SaveHelperDefault : ISaveHelper
任何人均可以通过 ISaveHelper接口的实现来创建一个新的SaveHelper 类 :
public interface ISaveHelper
{
///
/// A SaveHelper class
- 2022-08-05 10:42:20下载
- 积分:1
-
This is a medical management system, with SQL background of the design, function...
这是一个医药管理系统,用SQL作后台的课程设计,功能较完整.-This is a medical management system, with SQL background of the design, function more complete.
- 2022-04-01 03:09:23下载
- 积分:1