Re: ibatis - Sybase String problem

2009-03-27 Thread ilkayaktas
ype 0'. When i look into the log >> file >> i see: >> INSERT INTO   HEDEF_TANIMLARI (OID, VERSION, AD) VALUES(?,?,?) >> Parameters: [12b2czfsedqv9e00, 0, null] >> Types: [java.lang.String, java.lang.String, null] >> >> last parameter's type seems null. Mysql deosn

Re: ibatis - Sybase String problem

2009-03-17 Thread Larry Meadors
Well, "All JDBC drivers *should* require the type to be specified..." :-) Larry On Tue, Mar 17, 2009 at 10:28 AM, Clinton Begin wrote: > All JDBC drivers require the type to be specified, as it's part of the spec...

Re: ibatis - Sybase String problem

2009-03-17 Thread Clinton Begin
TANIMLARI (OID, VERSION, AD) VALUES(?,?,?) > > Parameters: [12b2czfsedqv9e00, 0, null] > > Types: [java.lang.String, java.lang.String, null] > > > > last parameter's type seems null. Mysql deosn't throw any exception but > > sybase does. How can i fix it? > > -- > > View this message in context: > http://www.nabble.com/ibatis---Sybase-String-problem-tp22554502p22554502.html > > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > > > > >

Re: ibatis - Sybase String problem

2009-03-17 Thread Brian Bruns
ull] > > last parameter's type seems null. Mysql deosn't throw any exception but > sybase does. How can i fix it? > -- > View this message in context: > http://www.nabble.com/ibatis---Sybase-String-problem-tp22554502p22554502.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >

ibatis - Sybase String problem

2009-03-17 Thread ilkayaktas
ang.String, java.lang.String, null] last parameter's type seems null. Mysql deosn't throw any exception but sybase does. How can i fix it? -- View this message in context: http://www.nabble.com/ibatis---Sybase-String-problem-tp22554502p22554502.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.