RE: problem with insert

2009-07-15 Thread Odelya YomTov
One with & a m p; and one with & -Original Message- From: Larry Meadors [mailto:larry.mead...@gmail.com] Sent: Wednesday, July 15, 2009 4:20 PM To: user-java@ibatis.apache.org Subject: Re: problem with insert It's early but those look identical to me. Larry On 7/15/09,

Re: problem with insert

2009-07-15 Thread Larry Meadors
; > > > in the url > > > > From: Nicholoz Koka Kiknadze [mailto:kikna...@gmail.com] > Sent: Tuesday, July 14, 2009 10:13 PM > To: user-java@ibatis.apache.org > Subject: Re: problem with insert > > > > Try this thread: > > http://www.mail-archive.com/user

RE: problem with insert

2009-07-15 Thread Odelya YomTov
is the connection between ibatis and mysql From: Nicholoz Koka Kiknadze [mailto:kikna...@gmail.com] Sent: Tuesday, July 14, 2009 9:52 PM To: user-java@ibatis.apache.org Subject: Re: problem with insert Is it possible that you just did not set your log file

Re: problem with insert

2009-07-14 Thread Nicholoz Koka Kiknadze
is the connection between ibatis and mysql > > > > > > *From:* Nicholoz Koka Kiknadze [mailto:kikna...@gmail.com] > *Sent:* Tuesday, July 14, 2009 9:52 PM > *To:* user-java@ibatis.apache.org > *Subject:* Re: problem with insert > > > > Is it po

Re: problem with insert

2009-07-14 Thread Chris O'Connell
> > > > *From:* Nicholoz Koka Kiknadze [mailto:kikna...@gmail.com] > *Sent:* Tuesday, July 14, 2009 9:52 PM > *To:* user-java@ibatis.apache.org > *Subject:* Re: problem with insert > > > > Is it possible that you just did not set your log file encoding? Kind of > &

RE: problem with insert

2009-07-14 Thread Odelya YomTov
Hi! It's not the problem with the log file encoding. It's something is the connection between ibatis and mysql From: Nicholoz Koka Kiknadze [mailto:kikna...@gmail.com] Sent: Tuesday, July 14, 2009 9:52 PM To: user-java@ibatis.apache.org Subject: Re: problem with insert Is i

Re: problem with insert

2009-07-14 Thread Nicholoz Koka Kiknadze
Is it possible that you just did not set your log file encoding? Kind of log4j.appender.someappender.Encoding=UTF-8 On Tue, Jul 14, 2009 at 8:40 PM, Odelya YomTov wrote: > Hi! > > I am trying to insert data in Hebrew into the database > > The table is set to utf-8. > > But in the log file I

Re: Problem with Insert

2006-02-25 Thread Jeff Butler
AS/400 is a system that I have a long history with, and great respect for - so maybe I can shed some light on the topic.   AS/400 was based on S/38 - the first system from IBM to have an integrated relational database database.  It was one of the first commercial systems to be object based, and it

Re: Problem with Insert

2006-02-25 Thread Ben Munat
Heh, my RPG guy (who I've never met... all my stories are through the project lead) is fond of saying "I can do that, but it'll dim the lights". It's become quite the nice little catch phrase around the office. :-) b Ted Schrader wrote: At risk of bending the thread off topic a bit, here are

Re: Problem with Insert

2006-02-25 Thread Ted Schrader
At risk of bending the thread off topic a bit, here are my two cents: I've run into the same situation at my workplace, as well. Fortunately, our web applications are mostly reporting or entail very simple transactions. The way I understand it, the 400 is such a different animal that RPG progra

Re: Problem with Insert

2006-02-25 Thread Ben Munat
Huh. And here I thought the RPG contractor on the project I've been working on was just a crazy old "mainframe guy"... So, life without transactions is just par for the course on the AS400? Seems whacked to me.. b Jeff Butler wrote: I think that's a good lead. Most AS/400 tables are not j

RE: Problem with Insert

2006-02-24 Thread Davis Chapman
That was it! I knew it had to be something simple that I just didn't understand about the AS/400. Thanks guys! Davis Chapman -Original Message- From: Jeff Butler To: user-java@ibatis.apache.org Sent: 2/24/2006 11:14 PM Subject: Re: Problem with Insert I think that's a good l

Re: Problem with Insert

2006-02-24 Thread Jeff Butler
I think that's a good lead.  Most AS/400 tables are not journalled and do not support transactions.  Try using the EXTERNAL transaction manager which will turn off all transaction processing in iBATIS - maybe it will make a difference.   BTW - the AS/400 terms for transactions are "commitment cont

Re: Problem with Insert

2006-02-24 Thread Eric Blue
Hi Davis, Do you have autocommit enabled by default?  Trying Googleing 'db2 "not valid for operation"'.  I noticed quite a few references to an error message like this due to journaling/commit/rollback problems.On 2/24/06, Davis Chapman <[EMAIL PROTECTED] > wrote:I'm running into a perplexing prob