We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ee11d commit 57b5ecbCopy full SHA for 57b5ecb
MDX2JSON/Utils.cls.xml
@@ -19,7 +19,9 @@ Transforms MDX query into executed <b>MDX2JSON.ResultSet</b>.<br>
19
<Implementation><![CDATA[
20
set Params = ""
21
set pStatus = $$$OK
22
- set RS = ##class(MDX2JSON.ResultSet).%ExecuteDirect(pMDX,.Params,.pStatus)
+ set RS = ##class(MDX2JSON.ResultSet).%New()
23
+ set st = RS.%PrepareMDX()
24
+ set st = RS.%ExecuteAsync(pMDX,.Params,1)
25
return RS
26
]]></Implementation>
27
</Method>
0 commit comments