Hi,
I used odbc to access SQL server 2012 without T-SQL. I cannot find any reference on MSDN about the characters that need to be escaped when using standard SQL command.
Which characters need to be eacsped when accessing SQL server, like update, insert, select.....?
Thanks.