android - Delete multiple rows from a Database -


i have delete database rows in particular field contains particular value. example need cancel rows field name = "ricky". should implement it. have found: mydb.delete(table_name,"name", "ricky"); says method delete not applicable arguments (string, string, string)...what modify? in way method check rows of db or have implement cicle every row?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -