gpt4 book ai didi

python - 使用 pyodbc cursor.executemany() 时如何获得正确的行数

转载 作者:太空宇宙 更新时间:2023-11-03 11:25:36 25 4
gpt4 key购买 nike

pyodbc 中,cursor.rowcount 在使用 cursor.execute() 时可以完美运行。但是,当使用 cursor.executemany() 时,它总是返回 -1

如何为 cursor.executemany() 获取正确的行数?

这适用于多次插入、更新和删除。

最佳答案

你不能,executemany 只返回最后一个查询行计数,至少在 pyodbc 代码文档中是这样说的。 -1 通常表示查询有问题。如果您绝对需要行数,则需要循环执行 cursor.execute 或为 pyodbc 库编写补丁。

关于python - 使用 pyodbc cursor.executemany() 时如何获得正确的行数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34613875/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com