分享ListView和Sqlie结合使用时一个诡异的报错的解决方案
在做GUI的ListView中用Sqlite导入数据时总报如下错误missing separator character after keyword. #IgnoreFunc __SQLite_Inline_Version
后来才知道这是一个BUG,在GUIListView.au3文件的7113行加入 Local $dummy 之后才得以解决问题。
具体的问题解决讨论请参考如下连接,
http://www.autoitscript.com/forum/topic/135938-3380-sqlite-problem/ 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
页:
[1]