User bio
404 bio not found
Member since Sep 23
Posts:
Replies:
Congratulations! it was a great competition
Hi there, I've added online demo https://iris-dmn.demo.community.intersystems.com/dmn/index.html
Open Exchange applications:
Certifications & Credly badges:
Alexey has no Certifications & Credly badges yet.
Global Masters badges:



Followers:
Alexey has no followers yet.
Following:
Alexey has not followed anybody yet.
Thank you very much for your response, unfortunately this doesn’t work for me - CALL returns an empty result, I call the command through my REST API (it uses this)
Set sql = ##class(%SQL.Statement).%New() Set sqlStatus = sql.%Prepare("call multi_results()") Set sqlResult = sql.%Execute()