No primary key error, but there is one...

I have a table called search which was created by copying another table. I removed the pk from it because it was a meaningless name in the new context, and added a new search_id field integer / not null etc.

Servoy complains that:

Form “search_frame” is based on table “search” which does not have a primary key.

I have added the PK constraint in PGAdmin to that field, and if I view the table from within Servoy, it says pk the ‘Row ident’ column, but I still have two errors about the search table not having a pk.

See attached screenshot…

Bevil

I think you have to trigger a clean build (from menu Project → Clean)