-
VB 6.0数据库开发学习教程
VB 6.0数据库开发学习教程-VB 6.0 database development Learning Guide
- 2023-03-03 23:35:03下载
- 积分:1
-
Student Information, including Student ID, name, faculty, Email, new students in...
学生信息包括学号、姓名、院系、Email、生源地等五种,该管理程序具有添加、修改和删除学生信息的功能。-Student Information, including Student ID, name, faculty, Email, new students in five different places, the management program has to add, modify, and delete student information functions.
- 2022-05-15 15:06:25下载
- 积分:1
-
关于sql函数的一些个人总结,部分资源是在网上查到的,还有待完善,可以的话,朋友们可以帮忙补全...
关于sql函数的一些个人总结,部分资源是在网上查到的,还有待完善,可以的话,朋友们可以帮忙补全-Sql function on some of my personal summary of some of the resources is available online, and have yet to be perfect, if you can, friends who can help fill the whole
- 2022-04-26 10:13:40下载
- 积分:1
-
这是本人应用VB在SQLsever2000环境下开发的新生信息管理系统
这是本人应用VB在SQLsever2000环境下开发的新生信息管理系统-this is my VB application SQLsever2000 environment in the development of the new information management system
- 2022-03-22 10:48:34下载
- 积分:1
-
英文原版 MySQL and Java Developer s Guide,里面有不少java与数据库编程实例,值得拥有.
英文原版 MySQL and Java Developer s Guide,里面有不少java与数据库编程实例,值得拥有.-English original MySQL and Java Developer s Guide, there are many examples of java and database programming, worth having.
- 2023-01-06 12:20:04下载
- 积分:1
-
VB+sql图书管理系统 学习用 带源代码
VB+sql图书管理系统 学习用 带源代码-VB+ Sql learning library management system used with the source code
- 2022-01-22 08:34:55下载
- 积分:1
-
使用T-SQL编写存储过程
应用背景介绍使用T-SQL编写存储过程的基本用法,供初学者学习之用。存储过程是预先编译好的一组 Transact-SQL 语句,作为一个单元存储在服务器端并在服务器端执行. 存储过程可以带输入、 输出参数, 具有返回值. 存储过程的优点如下:
(1) 存储过程可以强制应用程序的安全性, 可以防御 SQL 注入攻击.
(2) 存储过程大大减少网络通信流量.
(3) 存储过程在服务器上注册, 执行效率高.
(4) 存储过程大大提高应用程序的可维护性和设计效率.关键技术
在SQL Server 2008中定义、执行、修改存储过程。使用create procedure或create proc定义存储过程,使用exec或execute执行存储过程,使用alter proc或alter procedure修改已有存储过程。包含输入、输出参数的使用。包含用户登录、修改密码、模糊查询等存储过程。
- 2023-06-18 02:30:02下载
- 积分:1
-
Sql basic source code, as well as training and learning Film documents
基本的sql原代码,以及培训胶片和学习文档-Sql basic source code, as well as training and learning Film documents
- 2023-04-21 05:55:03下载
- 积分:1
-
导出数据sql
将数据库表中的数据,导出并形成Insert脚本(Export and form Insert scripts from data in database tables)
- 2019-07-10 11:59:04下载
- 积分:1
-
一个高校学籍管理系统
源代码完成了以下功能:
1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。
2)能够将指定的信息从文件中删除。...
一个高校学籍管理系统
源代码完成了以下功能:
1)能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。
2)能够将指定的信息从文件中删除。
3)能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。
4)可以统计全部学生的总成绩,及其在班上的排名。
5)能够统计各科的平均成绩及及格率。
6)要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。
7)如果检索不到相应的信息应提示用户。-a source code management system to complete the following functions : 1) to read from the screen of a student information and information into the data file. 2) can be designated information deleted from the document. 3) to by number, name of student information retrieval and search results displayed on the screen. 4) Statistical all students can be a total score, and the class rankings. 5) Statistics Branch to the average scores and passing rates. 6) require a functional errors, such as sex between men and women can only import, import errors to re-enter. 7) If less than the corresponding retrieval of information should prompt the user.
- 2022-02-10 11:15:16下载
- 积分:1