Description: MSSQL database paging
CREATE proc GetData
@SQLSTR varchar(2000),
@PageNo int,
@PageSize int,
@OnceMoreSize int,
@PageCount int output,
@RecordCount int output
as
To Search:
File list (Check if you may need any files):
MSSQL分页查询
.............\GetData.sql
.............\PageData.dpk
.............\PageData70.pas
.............\Project1.cfg
.............\Project1.dof
.............\Project1.dpr
.............\Project1.drc
.............\Project1.elf
.............\Project1.map
.............\Project1.res
.............\Unit1.dcu
.............\Unit1.ddp
.............\Unit1.dfm
.............\Unit1.pas