In my experience, I have never used nvarchar within SQL, I have always just used varchar.
for your data class...
Property observationtext As %String(MAXLEN = "");
MAXLEN cannot be set to "", please see.. https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_appx_limits#RCOS_appx_limits_string_length
- Log in to post comments
