w8826543 发表于 2022-7-7 14:07:30

pypyodbc 使用 cur.fetchall() 报错 could not convert string to float: b'E-6'

本帖最后由 w8826543 于 2022-7-7 14:28 编辑

python使用pypyodbc连接MDB数据时, 使用 cur.fetchall() 获取所有数据时 报错 could not convert string to float: b'E-6'。


1ce94 发表于 2022-7-7 17:27:52

python不进行大型数据读写的话,为什么不直接采用sqlite3?

w8826543 发表于 2022-8-11 18:52:23

1ce94 发表于 2022-7-7 17:27
python不进行大型数据读写的话,为什么不直接采用sqlite3?

支持MDB格式吗
页: [1]
查看完整版本: pypyodbc 使用 cur.fetchall() 报错 could not convert string to float: b'E-6'