We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ee11d commit 8144a8eCopy full SHA for 8144a8e
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(pMDX)
24
+ set st = RS.%ExecuteAsynch(,.Params,1)
25
return RS
26
]]></Implementation>
27
</Method>
0 commit comments