In UITextView I write my text and on the button click this text store in database but when I use apostrophe(‘) sign in my text. My query shows me error near apostrophe sign then please tell me how to insert apostrophe sign in sqlit database.
thanx in advance…
You could try to double the apostrophe sign in your text (i.e.
''instead of').