For example
----------------
update AllQueryFields set t = replace('you can ''c'' me','''','`')
Where ObjectName ='0303' and FieldAlias='Status'

this code is working but if a user must enter two times single quote then enter one time single quote in the database.

for example if a user enter in a textbox
you can 'c' me ..... he must be type

you can ''c'' me

then single quote enter in the database.

Any suggestion for correct my code????

thanks