HI,
I am trying to store an XML file content in one of the table column in HANA DB and When I give a content which has character length of 1700 Characters. I get an exception "SAP DBTech JDBC: [274]: inserted value too large for column"
I tried with the following data types for that column varchar(4000), nvarchar(4000), TEXT, CLOB and none of them helped in resolving above exception.
Any help appreciated and thanks in advance.