-
在自主开发的在线判题系统中应用游标
应用背景Online Judge( 简称 OJ) 一般指在国际大学生程序设计竞赛等各种形式的编程比赛中用来评测参赛选手程序的正确性与时空效率的程序以及评测程序所依托的网络环境。讨论了游标在OJ中的应用,重点讨论了在考试帐号随机分配存储过程中, 以及在删除答案的触发器中应用游标实现逐行存取数据的问题.关键技术应用游标机制以便每次处理关系表中的一行或一部分行。采用 Transact SQL 游标,在存储过程或触发器中使用 Transact SQL 游标的典型过程为:
a. 使用 DECLARE CURSOR 语句声明 Transact SQL 游标;
b. 使用 OPEN 语句打开游标;
c. 使用 FETCH 语句提取单个行;
d. 使用 CLOSE 语句及 DEALLOCATE 语句关闭并释放游标.
- 2022-07-17 06:52:31下载
- 积分:1
-
一个科研管理系统,用于管理项目,是基于SQL和VC的一个系统
一个科研管理系统,用于管理项目,是基于SQL和VC的一个系统-A research management system for managing projects, is based on SQL and VC of a system
- 2022-02-03 08:24:12下载
- 积分:1
-
这是一个库存管理系统
这是一个库存管理系统-This is an inventory management system
- 2022-07-19 07:40:05下载
- 积分:1
-
用 Java编写的访问Sql数据库的代码。
用 Java编写的访问Sql数据库的代码。-Used to access Sql database written in Java code.
- 2022-07-17 23:11:39下载
- 积分:1
-
The use of an instance of a stored procedure to introduce the specific use store...
一个存储过程的使用实例,介绍存储过程的具体使用方法-The use of an instance of a stored procedure to introduce the specific use stored procedure
- 2022-02-03 20:46:34下载
- 积分:1
-
一个非常好的SQL教程,本人学习SQL收集做成的电子书
一个非常好的SQL教程,本人学习SQL收集做成的电子书-A very good SQL tutorial I made to collect e-book to learn SQL
- 2022-02-01 17:56:23下载
- 积分:1
-
do database of curriculum design students, and can be downloaded as a reference!...
做数据库课程设计的同学们,可以下载做为参考!一个不错的数据库系统,打开后,别忘了连数据库!-do database of curriculum design students, and can be downloaded as a reference! A good database system comes up, do not forget that even the database!
- 2022-07-04 13:38:26下载
- 积分:1
-
对SQL Server的连接和各种操作的使用代码db_lib显示…
本代码展示了使用DB_LIB库对SQL SERVER的连接和各种操作的实例。-display of the code DB_LIB the use of SQL Server connectivity and various operational examples.
- 2022-07-28 04:55:58下载
- 积分:1
-
This is a good B/S structure of the database development examples. Application o...
这是一个好的B/S结构的数据库开发实例。应用了ASP。NET技术进行开发实现。后台采用了SQL SERVER2000。对于初学者是很不错的哦:)-This is a good B/S structure of the database development examples. Application of the ASP.NET technology for achieving development. Background using SQL Server2000. For beginners is very good oh :)
- 2022-02-03 20:47:06下载
- 积分:1
-
刚刚学习jdbc数据库,用jcreator编了一个小数据库,还可以,通过了。
功能:能够进行添加数据、修改数据、查找数据、删除数据、还可以上下翻页!
注...
刚刚学习jdbc数据库,用jcreator编了一个小数据库,还可以,通过了。
功能:能够进行添加数据、修改数据、查找数据、删除数据、还可以上下翻页!
注:
里面的东西还没有进行整理,多少还有一些凌乱。由于刚刚学,有些功能不知道,许多功能还是按照以前的知识进行写的,多少显得笨拙!但也是一种解决的方法,可供初学者
参考。
说明文档--给初学者
1、首先把数据库文件加入到SQLSERVER数据库中DATA路径下,
2、在SQL SERVER中:右键选中数据库/所有任务/附加数据库/找到需要附加数据库的路径
注意在这一步中,应该都是对号,否则就要检查是否文件名一致的问题
3、在管理工具/ODBC数据源管理器/系统DSN/添加SQLSERVER数据源/
记住:在这一步中数据源起名是OO,本机服务器是(local),要更改默认的数据库为clientregister.
-just learning jdbc database jcreator series with a small database, can also adopted. Function : to add new data, modify data, search data, delete data, but also from top to bottom flip! Note : The stuff inside has yet to be collated, there was some chaos. Just because school, some of them do not know, or many of the features found in the knowledge of writing, the number is stupid! But it is also a solution, available for advanced users. Documentation-- for a beginner, first of all database files into the database SQLSERVER DATA trails, 2, in SQL SERVER : Right-selected database/all tasks
- 2022-11-11 22:15:02下载
- 积分:1