摘要
在开发Web应用程序的过程中,常常涉及到数据的查询和浏览方面的设计问题。为了解决数据量不断增长带来的问题,需要采用分页显示策略。为满足其需求,开发出一种使用存储过程封装数据分页显示的方法。该存储过程具有通用、执行效率高等优点。
It always involves the design of data query and browse, when we develop Web applications. In order to solve the problem with the constant growth of data quantity, it is necessary to adopt paging display strategy. This paper discussed a paging display strategy which encapsulated data processing by the Stored Procedure, this Stored Procedure has many advantages, such as commonality, high efficient, and so on.
出处
《安阳工学院学报》
2013年第4期51-52,57,共3页
Journal of Anyang Institute of Technology
关键词
存储过程
数据分页
应用程序
store procedure
paging display
application