Good afternoon!
There was such a problem that all operations with the model must pass through the call SQL procedures, ie:
- Receive Data ->
EXECUTE PROCEDURE P_ <object> _SELECT
- Data storage ->
EXECUTE PROCEDURE P_ <object> _UPDATE
How to copy the behavior of data acquisition?
Thanks