Question : Replace apostrophe in field

How do I replace the apostrophe ( ' ) in  ShipName field?
For names like "Naomi O'Hara" it causes the update to fail.

INSERT(..
VALUES (  ShipName,  

Answer : Replace apostrophe in field

Confirming what rockiroads thinks.

INSERT(..
VALUES( 'The O''Hara ship', ...
Random Solutions  
 
programming4us programming4us