-
在自主开发的在线判题系统中应用游标
应用背景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数据库中,只保存投票的项目及票数。本系统的实现是用户每投一次,将在数据库中对应的项目票数上加1。该系统数据源采用了SqlDa...
简单投票系统,投票的数据保存在Sql数据库中,只保存投票的项目及票数。本系统的实现是用户每投一次,将在数据库中对应的项目票数上加1。该系统数据源采用了SqlDataSource,其中自定义了很多方法和函数。-Simple voting system, the voting data stored in the Sql database, only to vote to preserve the items and the number of votes. Realize the system is to vote once for each user will be in the database corresponds to the item number of votes plus one. The system data source using the SqlDataSource, which a lot of custom methods and function.
- 2023-03-13 12:35:04下载
- 积分:1
-
Prepared using delphi sales management system, using a sql database
用delphi编写的销售管理系统,用的是sql的数据库-Prepared using delphi sales management system, using a sql database
- 2023-08-07 22:00:04下载
- 积分:1
-
PKGAutoModel
程序自动导入生成模板, plsql程序,指定的模板自动生成(Program Auto Plsql)
- 2014-01-16 15:00:26下载
- 积分:1
-
从数据库中读取并添加到下拉列表中,并可以达到自动筛选相关记录的功能。...
从数据库中读取并添加到下拉列表中,并可以达到自动筛选相关记录的功能。-Read from the database and add to the drop-down list, and can achieve the automatic selection of features relevant records.
- 2022-08-09 10:24:50下载
- 积分:1
-
Sales management system for information on sales day
商品销售管理系统对商品销售信息进行日常的管理,如销售开单、销售收款、销售退货,迅速准确地完成各种销售信息的统计计算和汇总工作,快速打印商品销售报表等功能
-Sales management system for information on sales day-to-day management, such as sales billing, sales of receivables, sales returns, quickly and accurately complete a variety of sales information and summary of statistical computing work, fast print sales reports and other functions
- 2022-04-22 00:00:11下载
- 积分:1
-
Linq三层模式之演示添加修改删除源码
net2008+sqlserver2005,利用Linq分三层操作数据,数据库文件在DB下,直接附加即可,新手学习的...
Linq三层模式之演示添加修改删除源码
net2008+sqlserver2005,利用Linq分三层操作数据,数据库文件在DB下,直接附加即可,新手学习的好资料。-LINQ presentation of three-tier model to add amendments to delete source net2008+ Sqlserver2005, the use of LINQ operations at the three-tier data, database files in the DB directly attached to, and newcomers learn the information.
- 2022-10-13 09:55:04下载
- 积分:1
-
I wrote it myself with an address book using the sql server 2000
我自己写的一个通讯录 配合sql server 2000使用 -I wrote it myself with an address book using the sql server 2000
- 2023-02-04 04:15:04下载
- 积分:1
-
全球商务网站系统介绍
GLOBALEC.COM.CN[生成HTML版]
系统概述:
软件名称:全球商务网站系统
当前版本:V1.0
最...
全球商务网站系统介绍
GLOBALEC.COM.CN[生成HTML版]
系统概述:
软件名称:全球商务网站系统
当前版本:V1.0
最新版本:V1.1
运行环境:WINNT+(IIS)+ASP+MSSQL
脚本语言:ASP
系统需求:
操作系统 Windows 2000 Adv Server,Windows 2000 Server -Global Business Web system introduction GLOBALEC.COM.CN [generated HTML version] System Overview: Software Name: Global Business Web site system the current version: V1.0 the latest version: V1.1 Operating Environment: WINNT+ (IIS)+ ASP+ MSSQL scripting languages: ASP System Requirements: OS Windows 2000 Adv Server, Windows 2000 Server
- 2022-02-11 18:28:23下载
- 积分:1
-
一个会议日程安排管理项目,解压后双击安装,数据库脚本也副在里面,安装好后登陆既可(用户名和密码都为NIIT)...
一个会议日程安排管理项目,解压后双击安装,数据库脚本也副在里面,安装好后登陆既可(用户名和密码都为NIIT)-Schedule a meeting the management of projects, after extracting double-click the installation, the database script is also deputy inside, installed after the landing can (user name and password for NIIT)
- 2022-03-11 10:18:56下载
- 积分:1