找回密码
 加入
搜索
查看: 4141|回复: 1

[交流] 分享ListView和Sqlie结合使用时一个诡异的报错的解决方案

[复制链接]
发表于 2014-3-29 16:23:47 | 显示全部楼层 |阅读模式
在做GUI的ListView中用Sqlite导入数据时总报如下错误
missing separator character after keyword. #IgnoreFunc __SQLite_Inline_Version

后来才知道这是一个BUG,在GUIListView.au3文件的7113行加入 Local $dummy 之后才得以解决问题。

具体的问题解决讨论请参考如下连接,
http://www.autoitscript.com/foru ... 380-sqlite-problem/
发表于 2014-7-20 23:48:47 | 显示全部楼层
The SQLite UDF is not the culprit here.

The issue is with ExitLoop at line 7112 of GuiListView. Due to a bug already reported (#2073) you need to insert any dummy instruction there.
For instance, insert "Local $Dummy" at line 7113 of GuiListView.au3
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-4-26 16:12 , Processed in 0.071481 second(s), 19 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表