I don't like this situation.
Probably its often situation when you want to pass
1) from client
2) or to client
data with structure:
- param1
- param2
- tableType1
For now i know 2 ways:
1) concatenate values from table to one string parameter (function import apraache)
2) create update statement with table (crud update approache) and add param1 and param2 to tableType1. Its of course redundantion and its not good approache for big data.
Do you thing gateway didn't give us any better solution ?
BR Lucas