RE: [OJB-developers] StatementManager bindInsert, bindUpdate
Brought to you by:
thma
From: Florian B. <bf...@fl...> - 2002-02-14 20:19:58
|
Hi, the type in bindInsert is to be able to insert BLOB/CLOB values. At least the informix jdbc driver needs this hint. The reason why it isn't in bindUpdate is that I missed it when I sent Thomas the patch for BLOB/CLOB support. I'm curious, why do you want to insert/update a BIT when it doesn't exist in mysql? regards, Florian |