错误发生在:source_address='196 Veteran's Ave, West Berlin, NJ 08091' , 这个字段里面有个单引号。
解决方案:将‘替换成’’
Code:sDisplayName.Replace(“'”, “''”)