Insert base64 string to SQL server table
Summary
Insert base64 string to SQL server tableContent
Hi,
I am using OIC to expose rest service. the json input contains base64 string and I am trying to insert it to a SQL server table to column of type varchar(max).
in the table I see that the base64 string is truncated, I think the adapter use nvarchar(max) which is 64K and not varchar(max) - (the column type in the table) which is 2GB
Any idea how to solve this ?
0