-
Using VB to do port scanning and SQL Server connector. Rar this tool is not to s...
用VB做端口扫描和SQL Server连接器.rar这个工具就不多说了,看源码就知道.-Using VB to do port scanning and SQL Server connector. Rar this tool is not to say, and look at source will know.
- 2022-05-22 06:22:56下载
- 积分:1
-
在VB6.0下使用ADO空间进行SQL数据库开发的源码示例!
在VB6.0下使用ADO空间进行SQL数据库开发的源码示例!-The use of ADO in VB6.0 space of the source SQL database development sample!
- 2023-02-24 21:35:04下载
- 积分:1
-
Telematica
Eform SQL to get data from database. filter sql, testing ,development , thanks.
- 2022-04-14 12:26:13下载
- 积分:1
-
in powerbuilder Database Backup and restore databases and source code examples
在powerbuilder中备份数据库,恢复数据库及例子源代码-in powerbuilder Database Backup and restore databases and source code examples
- 2022-12-11 13:35:03下载
- 积分:1
-
SQL-Server-2005
sqlsever2005
- 2011-02-25 23:37:38下载
- 积分:1
-
delphi+sql万能数据库连接示例,自己初学delphi时写的,相信对入门学习delphi进行ADO连接SQL的朋友有些帮助...
delphi+sql万能数据库连接示例,自己初学delphi时写的,相信对入门学习delphi进行ADO连接SQL的朋友有些帮助-Universal Database Connection example, when a delphi himself had written, and I believe that the entry delphi study conducted ADO SQL help some friends
- 2023-04-25 01:50:03下载
- 积分:1
-
This is a vb
这是一个基于vb数据库开发的成绩管理系统,对初学者有很大作用-This is a vb-based database developed performance management system, for beginners a significant role
- 2022-09-23 19:55:02下载
- 积分: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
-
摘要:本程序将建立一个用邻接表方式存储的有向图,可以进行插入顶点或边的操作,可以输出有向图的信息或输出该有向图的拓扑有向序列。...
摘要:本程序将建立一个用邻接表方式存储的有向图,可以进行插入顶点或边的操作,可以输出有向图的信息或输出该有向图的拓扑有向序列。-Abstract: This procedure will create a stored using adjacency list of the directed graph that can be inserted into the operation of vertex or edge, you can output to the map information or the output of the topology graph has to have the sequence.
- 2022-01-20 22:44:45下载
- 积分:1
-
sql数据库封装类,封装了常用数据库操作命令,
sql数据库封装类,封装了常用数据库操作命令,-sql database package type, package a commonly used database operations orders,
- 2022-09-21 19:55:02下载
- 积分:1