我的問題是無法更新數據,因爲在sq-lite數據庫中的特殊字符單引號(')。 我想更新數據,但在字符串中的特殊字符(')單引號給Android中的sq-lite數據庫如何更新錯誤。 查詢是:更新查詢不工作在sqlite
在上面的查詢update pollm set dt_lastaccessedon='null',tx_choice1responsecount='1',tx_choice2responsecount='0',tx_choice3responsecount='0',tx_choice4responsecount='0',tx_choice5responsecount='0',tx_userresponse='TX_OPTION2',tx_questiontext='Is BPM mandatory?',tx_title='BPM',tx_choice1='yes',tx_choice2='no',tx_choice3='don't know', tx_choice4='null',tx_choice5='null',dt_availfrom='2011-07-08 00:00:00.0',dt_availto='2011-07-09 00:00:00.0',tx_status='Closed' where lmspollid='321'
的問題是單引號中的「不知道」這個字符串。因爲這個查詢不起作用。請幫我
看看我的修改答案。現在你有3個選擇... :-) – user370305