hi
how can i convert this string to smart string
i have a problem With ' character
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} "$)