下止点寻呼
我将 SharePoint(业务数据列表 Web 部件)与 BDC 一起使用。 我用它从数据库中取回数据,很好而且简单。
但是,当我进行搜索时,我收到了网页分页的许多结果。 这需要一段时间才能返回任何搜索结果(即使在分页数据之间导航时也是如此)。 我猜测(请原谅我的无知)所有结果都会返回,并且分页是在 SharePoint 服务器上完成的,而不是在 SQL 级别上完成的。 我们可以进行 SQL 分页吗,例如 SQL 分页
请有人可以解释一下吗?
亲切的问候 骨头
I’m using SharePoint (Business Data List web part) with the BDC. I use this to bring back data from the database, nice and simple.
However, when I do a search I receive a number of results being paged by the web page. This takes a while to bring back any search results (even when navigating between the paged data). I’m guessing (please forgive my ignorance) that all the results are returned and the paging is done on the SharePoint server, not at the SQL level. Can we do SQL paging for example SQL Paging
Please can someone shed some light on this?
Kind regards
Bones
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您确定这会带回所有数据吗? 我确实不是这样认为的。 请参阅 此处和此处< /a>.
Are you sure that is brings back ALL the data. That's really not how I saw it working. See here and here.
将 JQuery 分页与列表视图 Web
part.List
视图 Web 部件结合使用,用于从 sharepoint 内容数据库填充数据Use JQuery paging with list view web
part.List
view web part is used for populating data from sharepoint content database