Hey, I don't know how to remove a row in Access Database on C# I know how to add a row:
Database3DataSet.ClientsDataTable Tclients = database3DataSet.Clients;
Tclients.AddClientsRow(textBox1.Text, textBox2.Text);
But I don't know how to remove... Please help D:
Download link for the Application: http://uploading.com/files/11b69ce6/WindowsFormsApplication4.rar/ I Realy don't know why it's didn't work... Can you tell me what's the problem? Thanks. :)
Database3DataSet.ClientsDataTabledoesn't appear to be a public library class. If that is not the case, can you post a link to it's documentation?