I want to add a String data to my table of SQLite database which contains "...O'Clock..." in it. At the time of execution I am getting an syntax error near "Clock" due to the ' in my query string. How to pass ' into that query string?
Thanks in advance.