Hello,
using DBUtils, I got a dude:
How could it be possible to include a variable into Query like this:
dim mytext as text
mytext="hi"
wv.LoadHtml(DBUtils.ExecuteHtml(SQL1, "SELECT * FROM devices WHERE field1 LIKE %mytext%, Null, 0,True))
Thanks in advance.
using DBUtils, I got a dude:
How could it be possible to include a variable into Query like this:
dim mytext as text
mytext="hi"
wv.LoadHtml(DBUtils.ExecuteHtml(SQL1, "SELECT * FROM devices WHERE field1 LIKE %mytext%, Null, 0,True))
Thanks in advance.