I am trying to update a table including dbcs fields through a stored procedure. But I am getting an error while calling the sp.
ERROR:CLI0109E String data right truncation. SQLSTATE:22001 {Row=1,Col=20}.
In my process, I inquire a table using Store procedure which contains varchar field with DBCS data and I am moving this data to a variable in xslt and passing it on to another stored procedure where it's failing.
Can anyone let me know is there any encoding done in xslt part? Are these dbcs getting converted? How can it be handled?
note: dbcs are present inside VARCHAR variable.