I have tried this code but it shows syntax error  cant select * from tbl2 were like 1, 1999 
I do that because ccont may match on the database and I have a delete code depend on it so if 2 ccont matches it deletes them both I want to check it with ccont and modelnumbb so it won't get deleted
string coe = "DELETE * FROM tbl2 WHERE ccont , modelnumbb LIKE '" + textBox2.Text + "%','" + mdlnumber3.Text + "%'";
 
     
    