i can not use LIKE sql in the aboveCode:serword=Input.GetText("searchInput"); local q="Select * from allkeywords where (words LIKE '%"..serword.."%')" for row in akdb:nrows(q) do result = ListBox.AddItem("ListBox3",row.pagename, row.pageno); end
what is the rong
plz for sqlite3 plugin
thenks

Reply With Quote