We have a large string that needs to be saved in the database. The database tables are created with the CLOB object.
We are using a JDBC adapter. The adapter service fails with a Service exception, when the string is directly mapped. (Error Message : The input data for the FIELD “longText” is not “java.sql.Clob”
What type of typecasting must be done to achieve a clob object from a string.
TIA !
BS
#webMethods#Integration-Server-and-ESB#Adapters-and-E-Standards