举报
_SQLite_Startup() _SQLite_Open($SQLite_Data_Path) _SQLite_Query(-1, "SELECT * FROM TestTable ORDER BY Chanpin DESC;", $hQuery) While _SQLite_FetchData ($hQuery, $aRow) = $SQLITE_OK MsgBox(1,$aRow[0],"") GUICtrlCreateListViewItem($aRow & "|" & "2" & "|" & "3" & "|" & "4", $ListView1) WEnd _SQLite_Close()
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-19 05:47 , Processed in 0.096773 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.