On Jan 25, 2017, at 8:50 AM, Clyde Eisenbeis <cte...@gmail.com> wrote: > > Are there code examples similar to the following (OLE DB)?
Code examples? Maybe, but the second link I gave you is pretty clear. The bits you want are even in bold text. > stCmdString += " AND " + stLikeFieldName + " LIKE '%" + > liststLikeFieldValue[iii] + "%’"; stCmdString += " AND ‘%?1%’ LIKE ‘%?2%’”; Then use the sqlite3_bind_*() calls to insert parameters 1 and 2 into the string. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users