搜索资源列表
NewTest
- 实现查询搜索功能,通过调用一个proc过程进行
MSSQLPage
- MSSQL数据库分页 CREATE proc GetData @SQLSTR varchar(2000), @PageNo int, @PageSize int, @OnceMoreSize int, @PageCount int output, @RecordCount int output as-MSSQL database paging CREATE
sql2005-paged-proc
- 一个通用的SQL存储过程,其中参数包括 显示页,每一页显示几行,要显示的字段,要查询的表或视图,字段排序,升序降序,条件,总行数,总页数等,并其中包含注释,是我珍藏的代码,与大家分享~-A generic SQL stored procedures, which parameters include display pages, each page displays a few lines, to show the field, table or view to query, sort the
ESQLC-PROC
- esql的程序变为proc的,以后自己写成通用的格式,移植性更好-esql proc oracle informix unix aix c
proc-
- 存储过程,SQL 循环语句,TRIGGER 的使用方法-Stored procedures, SQL loop statement, TRIGGER use
proc
- 一个网吧计费系统中,必不可少的会员通过用户名和机器号记性上机操作的存储过程。提供余额判断,卡号正在被使用的判断-A cafe billing system the essential members by user name and memory of the machine number on the machine operation stored procedure. Providing the balance judgment, card number being used to che
ass2
- Create Proc Show_Employee @ID varchar(50) As Select FullName, [Address], Age From Employee Where ID=@ID-Create Proc Show_Employee @ID varchar(50) As Select FullName, [Address], Age From Employee Where ID=@ID
