i need to build an iPhone app that’s search in Sqlite Database by using search bar and display the result in UITableView , could any one give me tutorial or source code to trace them , Thanks in advance,
Regards
i need to build an iPhone app that’s search in Sqlite Database by using
Share
For searching using SQL query, refer the LIKE operator: http://www.sqlite.org/lang_expr.html
The query normally comes out to be something like this: