Hello I need ur help for Deleting a number of rows in a dbgrid first my database is access and the error of deleting is "insufficient key conlumn information for updating or refreshin"
and adoquery related with dbgrid is:
SELECT tblMessages.*, tblMessages.Direction, tblContacts.Name FROM tblMessages LEFT JOIN tblContacts ON tblMessages.MobileNumber = tblContacts.MobileNum WHERE (((tblMessages.Direction)=1))
and method of delting is : adoquery1.delete;