Resolved! Build SQL Query with special characters
Hi All,I am trying to build a string to use in Query to Execute in SQL Server Object. This is how I am building the Query text. [QueryText] = [QueryText] & "'" &[LogData] & "',"Problem: [LogData] has some special characters like ', this is making t...