Database viewer update and delete
Author: Karel C.
Visited 1255,
Followers 1,
Shared 0
The database viewer function allows to add edit and delete tabs to individual records.
They show up on the display but when I click them, it refuses to delete or edit the record.
Found the reason why: if your table has no primary key defined, the tabs don't work.
Took me a while to find that out.
Posted on the
Author
You have to define a primary key for the table. Then it works.