HI all i have to update row in SQLite
database table,i'm using update query for update row but it's not working also not throw any error.
MY CODE:
database.rawQuery(" UPDATE content SET url2g = replace(url2g, '"
+ current_ip + "', '" + ip + "');", null);
please suggest me where i'm wrong.Thanks