Soundnet International
2011年10月17日 星期一
query like
使用Android 的query指令時,
使用, "Title like ?%", new String[] { string }
或是, "Title like '?%'", new String[] { string }
都是錯誤的, 前者在全部符合時才傳回, 後者根本找不到,
或是改成, "Title like ?", new String { string+"%" }
就可以了,
異哉 !! (應該是 % 的處理, 但是改成 \% 則文法錯誤)
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言