I am using SQL Server 2008 R2. I am trying to create a recordset based off a sql statement. In the WHERE clause is 'INTERNATIONAL PEOPLE' + Char(39) + 'S'. So the single quote makes it PEOPLE’S. This is failing. From research it seems this should not fail. Any help would be great. Thanks
I am using SQL Server 2008 R2. I am trying to create a recordset
Share
You can escape single quote by single quote 🙂