On 26 Jan 2017, at 3:04pm, Clyde Eisenbeis <cte...@gmail.com> wrote:

>  string stCmdString = "SELECT" + stFieldNames + "FROM " + stTableName
> + " WHERE " + stLikeFieldName + " LIKE ('%' || " +
> liststLikeFieldValue[0] + " || '%')";

Still looks like there would be spaces missing from that.  After SELECT and 
before FROM, for example.  Can you make your program print that string before 
using it and check its syntax ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to