I want to update an address field in an excel with a comma(,) in it by connecting the Excel As Database.
Steps Tried:
1) Placed a backslash in front of the comma. (Ex: 'New Street\, Mumbai')
2) Used both single and double quotes to enclose the string value.
Is there any other way to escape the comma?