On 26 Jan 2017, at 3:04pm, Clyde Eisenbeis <[email protected]> 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
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users