-
数据库SQL2003的课程设计,也可作软件工程的课程设计,五子棋的设计,有详细的设计文档,源代码,安装说明等等,可作参考...
数据库SQL2003的课程设计,也可作软件工程的课程设计,五子棋的设计,有详细的设计文档,源代码,安装说明等等,可作参考-SQL2003 database of curriculum design, also can be used for software engineering, curriculum design, Gobang design, detailed design documents, source code, installation instructions, etc., can be used for reference
- 2022-06-02 06:18:50下载
- 积分:1
-
返回一个包含行集的字符串格式。方法,getXML,TA…
This returns a string containing row sets in XML format. The method, GetXML, takes as parameters:
DBService = SQL Server connection parameters, i.e.
“Data Source=XXX Initial Catalog=YYY Integrated Security=SSPI ”
ProcedureName = stored procedure, or query statement with parameter markers.
Parameters = NULL for no query parameters or a variant containing either a scalar value or safe array of multiple query parameters. Make sure the client declares any parameter vector as an array of variants, i.e. in VB, Dim Params(1 to 3) as Variant … Scalar entries can be any type recognized by the STD_SWITCH macro defined in QueryHandler.cpp.
Result = Output string that holds the resulting row set XML.
DocumentElementName = optional specification of the XML root node name. Default value is “root”.-This returns a string containing row sets in XML format. The method, GetXML, takes as parameters:
DBService = SQL Server connection parameters, i.e.
“Data Source=XXX Initial Catalog=YYY In
- 2022-04-08 23:07:17下载
- 积分:1
-
ihihih
一个简单的数据库,关于在线答疑的,比较简单。(A simple database, online Q is relatively simple.)
- 2012-09-17 08:53:34下载
- 积分:1
-
the procedure is a personal appraisal software, it from the system clock access...
这个程序是一个个人考勤软件,它从系统时钟获取时间信息,只要上下班时按时在当日考勤栏内点击相应的栏目标题即可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以随意查看过去的记录,也可把记录按月打印出来.在年汇总栏内可以选择要查看或打印的月份。-the procedure is a personal appraisal software, it from the system clock access time information, If working in the day time when attendance column click on the appropriate column headings can be replaced daily personal record of working hours , a monthly statistical summary, by creating a document. can be arbitrarily View past records, Records also can be printed out on a monthly basis. In summary, the column can choose to view or print month.
- 2023-07-17 00:45:02下载
- 积分: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
-
在自主开发的在线判题系统中应用游标
应用背景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
-
puwerbuilder test example
puwerbuilder test example
- 2022-03-25 08:55:32下载
- 积分:1
-
不使用任何组件,可以侦测局域网内的主机是否安装sql server,和sql server的名称等信息。使用方法:detectSQL 192.168.21.23...
不使用任何组件,可以侦测局域网内的主机是否安装sql server,和sql server的名称等信息。使用方法:detectSQL 192.168.21.231-not use any components, can detect LAN mainframe installed sql server and sql server"s name and other information. Use : detectSQL 192.168.21.231
- 2023-05-01 21:05:03下载
- 积分:1
-
用SQL Server 2000作为后台数据库的管理系统,用PB设计前台应用程序,实现对新生信息的录入、修改和查询,对新生报到的处理和统计报到率。...
用SQL Server 2000作为后台数据库的管理系统,用PB设计前台应用程序,实现对新生信息的录入、修改和查询,对新生报到的处理和统计报到率。
- 2022-01-27 09:54:47下载
- 积分:1
-
kxpb框架
PFC是什么?
Powerbuilder Foundation Class
PFC就是Sybase公司给我们做好的混凝土预制件(即扩展的对象),我们可以拿来用,这些对象具有新的功能,使我们在开发过程中事半功倍。
- 2023-04-04 04:15:05下载
- 积分:1