摘要:
CREATEPROCEDURESelectPagedSQL(@SQLnvarchar(512),@IndexFieldnvarchar(100),@PageSizeint=10,@PageIndexint=1,@Sortnvarchar(128)=@IndexField,@TotalCountint=0output)ASdeclare@strSQLnvarchar(1024)setnocounto... 阅读全文
posted @ 2005-06-26 23:39
T_98Dsky
阅读(2825)
评论(2)
推荐(0)