I have a connection to a test mysql database. I have a test contact name and company in it with no other fields. when I try to delete the contact nothing happens and I get an error in the log.
Error message : Can not call deleteRow() on empty result set.
Thanks for the response Erel, I figured it out I was selecting a record based of the company when in fact I had the Primary key in MYSQL database was set to Name.