Sqlite3 update statement problem
Posted
by xcodemaddy
on Stack Overflow
See other posts from Stack Overflow
or by xcodemaddy
Published on 2010-05-22T09:21:15Z
Indexed on
2010/05/22
9:30 UTC
Read the original article
Hit count: 471
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=?;";
© Stack Overflow or respective owner