go to post Iain MacDonald · Sep 24, 2018 The online documentation is here:https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GRESTThere is some training in the InterSystems Learning portal (you'll need to enrol/login):https://learning.intersystems.com/course/view.php?id=283e.g.Academy: Implementing RESTful Applications - https://learning.intersystems.com/course/view.php?id=83Setting Up RESTful Services - https://learning.intersystems.com/course/view.php?id=776
go to post Iain MacDonald · Aug 15, 2018 You need to kill the pars parameter array and recreate it each time you use it. This is mentioned in the documentation:https://docs.intersystems.com/csp/docbook/DocBook.UI.Page.cls?KEY=ESQL_parameter_overviewImportant:If you execute multiple queries that use the parameter array, kill and recreate the parameter array before each query.
go to post
The online documentation is here:
There is some training in the InterSystems Learning portal (you'll need to enrol/login):
e.g.
go to post
You need to kill the pars parameter array and recreate it each time you use it. This is mentioned in the documentation:
https://docs.intersystems.com/csp/docbook/DocBook.UI.Page.cls?KEY=ESQL_parameter_overview