If you have made structural changes to your database, then you have to rebuild your solution otherwise it will not know about the changes. The options I mentioned are available only in Servoy Developer. Unless somebody else knows a trick for solving this without rebuilding? But I can’t imagine that’s possible…
But:
Error: “Es muss mindestens eine Schlüsselspalte exisitieren ‘log_pro_view’” <== this means: “there must be a Key-Column in the view”
The view is a join from 2 tables, I want to update 2 columns of one of the table, the key is in the view.
I don’t know how to define a key in a View. Therefore I defined a “row ident” in the view in the developer.
it works in the developer.
But this information is not imported in the solution at the customer.
The only way to set this is to import the solution in appserver.
This will inform appserver which column to use to uniquely identify records from the view.