Insert into a "stored procedure" table

Hello

This clearly needs a better exception message.

Not exactly. DA should know the stored procedure name. But it is not the name of the entity that should be used to insert data into.

For a data table based on a StoredProcedure statement there are 2 ways to perform data updates:

  1. Either set the Target Table property of the table Statement. In this case data will be retrieved via Stored Procedure whilde updates will go directly into the specified Target Table
  2. Or use the Insert / Update / Delete commands (the ones that can be defined when you select the table in the Schema Modeler)

Regards