single quote

  1. R

    Android Question string literals and single quotes

    Have a string variable (strObject, will be a table or a view) that needs to be enclosed in single quotes: strSQL = $"select ObjectType, ObjectName, ColumnName, Affinity, ColumnID from SysColumns where ObjectName = ${Chr(39) & strObject & Chr(39)} order by ColumnID asc"$ (In this particular...
Top