-
This is prepared using VB ticket sales and inquiry management system, can be ach...
这是个用VB编写的机票销售与查询管理系统,可以实现对于机票的简直管理,该程序应在VB.net环境下运行,所用的后台数据库为SQL 2000,需将数据库备份还原后再运行-This is prepared using VB ticket sales and inquiry management system, can be achieved simply for the ticket management, the program should be run under VB.net environment, using the background database for SQL 2000, needs to be run after the database backup and restore
- 2022-02-02 18:03:40下载
- 积分:1
-
blogsql
visual studio 2005
- 2008-09-11 12:54:49下载
- 积分:1
-
用ASP。NET + SQL数据库的学生管理系统,界面简单,切割伤…
用ASP.NET + SQL 数据库的学生管理系统,界面简单,代码简洁易懂,适宜初学者学习!-ASP.NET+ SQL database with the student management system, to meet simple, concise and understandable code, suitable for beginners to learn!
- 2022-04-08 17:03:44下载
- 积分:1
-
PowerBuilder
pb所需编程技巧和事例,请广大同仁多多支持,哈哈,多多下载(pb required programming skills and examples, please can support vast numbers of Tongren, ha ha, a lot of downloads)
- 2008-03-25 22:37:14下载
- 积分:1
-
用VB制作的图书管理系统,vb制作,源代码
用VB制作的图书管理系统,vb制作,源代码-VB production library management system, vb production, the source code
- 2022-02-15 23:53:31下载
- 积分:1
-
论文提交系统,采用jsp技术,实现数据库的连接,提交,查找,更新,等功能。...
论文提交系统,采用jsp技术,实现数据库的连接,提交,查找,更新,等功能。-papers submitted, using jsp technology, database connectivity, submission, locate, update capabilities.
- 2022-02-13 18:49:27下载
- 积分:1
-
SQLserver2003的java数据库驱动内含三个(msbase.jar mssqlserver.jar msutil.jar)
希望对大家有所作用...
SQLserver2003的java数据库驱动内含三个(msbase.jar mssqlserver.jar msutil.jar)
希望对大家有所作用-The java database-driven SQLserver2003 containing three (msbase.jar mssqlserver.jar msutil.jar) the role of hope all of you
- 2022-03-07 15:17:50下载
- 积分:1
-
大型桥梁健康监测中的关于数据库的存储过程的实现
大型桥梁健康监测中的关于数据库的存储过程的实现-Large-scale health monitoring of bridges on the database stored procedure to achieve
- 2023-06-01 16:35:03下载
- 积分:1
-
给SQL初学者的书,这本书讲得还挺详细的,向大家推荐
给SQL初学者的书,这本书讲得还挺详细的,向大家推荐-SQL beginners to the book, this book speak positively detailed, we recommend to you
- 2022-10-23 18:25:03下载
- 积分:1
-
在自主开发的在线判题系统中应用游标
应用背景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