Hi everyone,
I’m using EnsLib.SQL.OutboundAdapter in my InterSystems Ensemble operation to execute an insert statement in Sql Server Management Studio 20. While inline queries (e.g., constructing the query string with _ concatenation) work fine, I'm facing issues when trying to use parameterized queries.
Serialized JSON: {"CHI":"2894","Forename":"Janis"}
Include Ensemble
ClassExtendsAs- Is there a specific way to pass parameters using objectscript to sql server
- Are there any known limitations or special configurations needed for parameterized queries with this adapter?

.png)
.png)


.png)
.png)

