Re: Ibatis CLOB Support

2009-03-29 Thread a.rubalcaba
missing and why I keep getting this error. I tried removing some of the fields and inserting only the 3 needed fields and that didn't work either. -- View this message in context: http://www.nabble.com/Ibatis-CLOB-Support-tp22745185p22768773.html Sent from the iBATIS - User - Java mailing list

Re: Ibatis CLOB Support

2009-03-29 Thread Larry Meadors
Yikes, be careful with that thing, it's loaded. ;-) $variable$ does substitution, so should really only be used as an absolute last resort because of the SQL injection risk. Also, this statement will be sent to the database with no parameters, because they are all being substituted in. For

Re: Ibatis CLOB Support

2009-03-29 Thread a.rubalcaba
, you better hope you have a recent resume. :-D Larry -- View this message in context: http://www.nabble.com/Ibatis-CLOB-Support-tp22745185p22775019.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Re: Ibatis CLOB Support

2009-03-29 Thread Jeff Butler
this message in context: http://www.nabble.com/Ibatis-CLOB-Support-tp22745185p22775019.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Ibatis CLOB Support

2009-03-27 Thread a.rubalcaba
in context: http://www.nabble.com/Ibatis-CLOB-Support-tp22745185p22745185.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.