Skip to Content
0
Former Member
Oct 25, 2005 at 09:18 AM

CLOB Datatype with JDBC Adapter

89 Views

Hi,

we try to fill a Clob Datatype to JDBC Database.

We try 2 ways with the JDBC Adapter:

action="SQL_DML" with an SQL Statment and $placeholders$

But how can i say the key element that it is a CLOB type?

He used this a VARCHAR and there a not more than 4k Chars allowed.

second way is action="EXECUTE" to call a Stored Procedure, but there we got the error that CLOB type is an Unsupported feature.

Any Idea?

Regards,

Robin

Message was edited by: Robin Schroeder