Re: Error processing Null during Insert statement - Help

2005-05-26 Thread Henry Lu
y 26, 2005 1:22 PM To: ibatis-user-java@incubator.apache.org Subject: Re: Error processing Null during Insert statement - Help Hi Jason, Looking at the stack trace you posted, it's clear that the error you're getting comes from your DB. Look at your table Dummy structure. Does it allow the c

Re: Error processing Null during Insert statement - Help

2005-05-26 Thread Daniel Henrique Ferreira e Silva
is a NUMBER data > >type. > > > >Does JDBC-ODBC driver be the problem on Oracle 9i? > > > >-Original Message- > >From: Henry Lu [mailto:[EMAIL PROTECTED] > >Sent: Thursday, May 26, 2005 1:30 PM > >To: ibatis-user-java@incubator.apache.org

Re: Error processing Null during Insert statement - Help

2005-05-26 Thread Larry Meadors
JDBC-ODBC is a abomination that should never, ever be used except as an ABSOLUTE LAST RESORT. Use the Oracle drivers instead. Larry On 5/26/05, Jason Hall <[EMAIL PROTECTED]> wrote: > Does JDBC-ODBC driver be the problem on Oracle 9i?

Re: Error processing Null during Insert statement - Help

2005-05-26 Thread Henry Lu
ry Lu [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 1:30 PM To: ibatis-user-java@incubator.apache.org Subject: Re: Error processing Null during Insert statement - Help Change NUMBER to varchar will take care the business. -Henry Jason Hall wrote: All the columns in table

RE: Error processing Null during Insert statement - Help

2005-05-26 Thread Jason Hall
PROTECTED] >Sent: Thursday, May 26, 2005 1:22 PM >To: ibatis-user-java@incubator.apache.org >Subject: Re: Error processing Null during Insert statement - Help > > >Hi Jason, > >Looking at the stack trace you posted, it's clear that the error >you're getting c

RE: Error processing Null during Insert statement - Help

2005-05-26 Thread Jason Hall
All the columns in table dummy are nullable in Oracle > > -Original Message- > From: Daniel Henrique Ferreira e Silva [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 26, 2005 1:22 PM > To: ibatis-user-java@incubator.apache.org > Subject: Re: Error processing Null duri

Re: Error processing Null during Insert statement - Help

2005-05-26 Thread Henry Lu
@incubator.apache.org Subject: Re: Error processing Null during Insert statement - Help Hi Jason, Looking at the stack trace you posted, it's clear that the error you're getting comes from your DB. Look at your table Dummy structure. Does it allow the column id to be null? Also, what

RE: Error processing Null during Insert statement - Help

2005-05-26 Thread Jason Hall
All the columns in table dummy are nullable in Oracle -Original Message- From: Daniel Henrique Ferreira e Silva [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 1:22 PM To: ibatis-user-java@incubator.apache.org Subject: Re: Error processing Null during Insert statement - Help Hi

Re: Error processing Null during Insert statement - Help

2005-05-26 Thread Daniel Henrique Ferreira e Silva
Hi Jason, Looking at the stack trace you posted, it's clear that the error you're getting comes from your DB. Look at your table Dummy structure. Does it allow the column id to be null? Also, what is your DB? Hope that helped. Cheers, Daniel Silva. On 5/26/05, Jason Hall <[EMAIL PROTECTED]> wr