Sqlite3 update statement problem
- by xcodemaddy
how to create SQl statement for update using 'where' condition with 'name', how to bind this name to sql statement...
///example
const char *sql = "update profile set name = ? ,Lname = ?, date = ?,phno = ? ,image = ? , id= ? where name=?;";