Virag Kothari <[email protected]> writes: > Hi, > > Is there a way to cast from clob to blob in derby? > From the table at > http://db.apache.org/derby/docs/10.2/ref/rrefsqlj33562.html, there > isn't seem a direct or indirect way to do so.
Hi Virag, I don't think there is a way to do that directly in Derby. You'll probably have to write code to do that conversion manually in your Java application or in a stored procedure. -- Knut Anders
