Ms Sql Server2000分页存储过程
摘要:
create procedure GetProductDetails ( @pageindex int, @pagesize int, @RecordCount int output --@docount bit ) as begin set nocount on select @RecordCount=count(ProID) from ProductDetails ... 阅读全文
posted @ 2007-10-18 15:34 云洁 阅读(187) 评论(0) 推荐(0)
浙公网安备 33010602011771号