Hi all, I've searched in the forum and with Google with no result.
I'm new on Lazarus and I'm trying to use SQLite with TSQLQuery/TDBGrid/TDBNavigator.
I've problem when I try to delete a record with the button "minus" of navigator.
The record in grid is deleted but when I call the ApplyUpdates I get the error: "no delete query specified and failed to generate one".
How can I delete a record?
I must use the AfterDelete event of navigator?
Thanks (sorry for my poor english).