Hi,
How to create and call SQL stored procedure in MorphX(X++).
Hi,
How to create and call SQL stored procedure in MorphX(X++).
You can use Connection (and its children) and Statement classes to call “normal” SQL commands, including EXEC etc. See more in documentation.
Nevertheless try to avoid that unless it is really necessary.