Using Binary Object in MCS
Summary
Using Binary Object in MCSContent
Hello all,
My requirement in MCS is to insert a image object in form of BLOB data type
I have created a custom API with "Binary Large Object (BLOB)" data type. But when it comes to MCS i didn't find any data type that matches my requirement.I just used string instead of BLOB to make my service work temporarily.But while insertion it's not accepting content because of its large size.
What can i use instead of STRING where string length is matter?
1