Hi All,
I'm doing a extend application service.
For a table which having text and blob sql type in column. For this table I wrote a xsodata service and tries to activate it. Then it give
unsupported datatype 'TEXT' in 'table_name', column 'column_name'
unsupported datatype 'BLOB' in 'table_name', column 'column_name'
So I'm blocked with this error.
Kindly help me how to handle this text and blob datatypes in xsodata service.
Best Regards,
Desanth