Re: Undefined Column Name Exception in Implicit Map

2008-02-27 Thread Larry Meadors
I agree - of all the jdbc drivers I have ever used, DB2 is the only one that supports this. Larry On Wed, Feb 27, 2008 at 8:45 AM, Jeff Butler <[EMAIL PROTECTED]> wrote: > This seems like an obvious error in iBATIS to me. I made the change and ran > the build - the tests all passed. > > Unless

Re: Undefined Column Name Exception in Implicit Map

2008-02-27 Thread Jeff Butler
This seems like an obvious error in iBATIS to me. I made the change and ran the build - the tests all passed. Unless anyone has a strong objection, I'll commit the change. Thanks to Rikki for doing the diagnosis on this! Jeff Butler On Wed, Feb 27, 2008 at 7:43 AM, Niels Beekman <[EMAIL PROT

RE: Undefined Column Name Exception in Implicit Map

2008-02-27 Thread Niels Beekman
I think that this affects the aliasing of columns, which would be bad IMHO. But the javadoc of getColumnLabel says: "Gets the designated column's suggested title for use in printouts and displays." This would mean that it's perfectly valid to call getColumnName, maybe someone with more JDBC

Re: Undefined Column Name Exception in Implicit Map

2008-02-27 Thread Daniel Solera
Hi, I think that you have to indicate the type of data, like this #cod_cia:VARCHAR# 2008/2/27, Rikki Bindra <[EMAIL PROTECTED]>: > > > Hi, > > I am using the jt400.jar as the JDBC Driver for accessing data from DB2 > database on AS400. The problem is that I want to use implicit resultmap like >