You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
B4X FEED How Convert query string to smart string
hi
how can i convert this string to smart string
i have a problem With ' character
B4X:
Dim RS2 As ResultSet=Main.Sql1.ExecQuery(" Select kala.id,kala.catid,kala.name WHERE kala.name LIKE '%"&stext&"%' Or kala.id='"&stext&"' " )
B4X:
Dim RS2 As ResultSet=Main.Sql1.ExecQuery($" Select kala.id,kala.catid,kala.name WHERE kala.name LIKE ${'%stext%'} Or kala.id=${text} "$)
برای دیدن لینک ها باید ثبت نام کنید