Hi,
Please see this query:
update query_tab set title='It's common knowledg' where
id='1121';
I have this update query coming from .NET, but abviously this is error since single quote in the text (title column) given by user gives wrong meaning to sql parser. So, how to solve this problem ?
Edited by: bootstrap on Dec 25, 2010 9:53 AM