Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2009
    Posts
    37

    Lightbulb help in sqlite3 plugin searsh

    Code:
    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
    i can not use LIKE sql in the above
    what is the rong
    plz for sqlite3 plugin
    thenks

  2. #2
    Join Date
    Aug 2009
    Posts
    37
    sorry for all the code is correct but the problem in Arabic data use .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts