问题描述
mysql_data_seek 使用 pdo 对象的等价物是什么?可以举个例子吗?
Which is the equivalent of mysql_data_seek using pdo objects? Can you give me an example?
谢谢!
推荐答案
通常的答案是:直接在数组中查找数据 PDOStatement::fetchAll... 但是如果查询获取了大量数据(!).
The usual answer is: do your data seek directly in the array PDOStatement::fetchAll... But it is WRONG IF the query fetches a lot of data (!).
有两个真正的解决方案,
There are 2 real solutions,
1) 如果数据库允许使用 PDO::FETCH_ORI_ABS 或 PDO::FETCH_ORI_REL,例如,
1) if database permits use PDO::FETCH_ORI_ABS or PDO::FETCH_ORI_REL,
example,
$result = $sth->fetch(PDO::FETCH_ASSOC, PDO::FETCH_ORI_ABS, 973);
(编辑)但是,正如@ChoiZ 所评论的,有一个 PDO-MySQL 限制:MySQL 不支持cursors"(外部存储程序)并且驱动程序无法为您模拟它们"......稍后尝试或使用 MySQL 的分支,如 MariaDB.
(EDIT) But, as commented by @ChoiZ, have a PDO-MySQL limitation: "MySQL does not support cursors" (outside stored programs) "and the driver cannot emulate them for you"... Try later or with MySQL's forks, like MariaDB.
2) 使用数据库解决方案(一种分页).示例:
2) use the database solution (a kind of pagination). Example:
SELECT a, b FROM table LIMIT 1, 973
这篇关于mysql_data_seek pdo 等价物的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!



大气响应式网络建站服务公司织梦模板
高端大气html5设计公司网站源码
织梦dede网页模板下载素材销售下载站平台(带会员中心带筛选)
财税代理公司注册代理记账网站织梦模板(带手机端)
成人高考自考在职研究生教育机构网站源码(带手机端)
高端HTML5响应式企业集团通用类网站织梦模板(自适应手机端)