The type of the column in the database is float. I use the ibatis debug mode and I checked that the value passed to has the decimal part, but it´s not recording. I´ll try to use NUMERIC instead of float and number.
tks On 8/25/05, Priyesh Mashelkar <[EMAIL PROTECTED]> wrote: > Hi, > Want to just give this a try!!! > Can you use NUMERIC instead or NUMBER or FLOAT. > And yes, What is the type of the column in the database? > Priyesh > > -----Original Message----- > From: Renato Silveira [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 25, 2005 12:57 AM > To: user-java@ibatis.apache.org > Subject: Re: Float value at Oracle > > Sven, > > This file attached has the XML mapping and the java code. I try to user > hashMap and the parameterClass (FaixaLimite) and both didn´t work. > > The release that I´m using is 2.0.6. > > tks > > > > > > On 8/24/05, Sven Boden <[EMAIL PROTECTED]> wrote: > > > > Renato, > > > > You're not giving much to work with... which version of iBATIS do you > > use? Can you possibly upgrade to 2.1.5. and try that. Can you supply > > the piece of java code you use + your maps. > > > > Regards, > > Sven > > > > > > On Wed, 24 Aug 2005 15:34:00 -0300, you wrote: > > > > >Sven, > > > > > >The first one is not because the insert made using sqlplus is working fine. > > > > > >I´m passing the float value using the Float wrapper. And it´s not > > >working. Do you think that this problem have anything to do with a > > >old version of Ibatis, because in this project we are using an old one? > > > > > >tks. > > > > > > > > > > > > > > >On 8/24/05, Sven Boden <[EMAIL PROTECTED]> wrote: > > >> > > >> Usually it's one of 2: > > >> > > >> - check your table definition in Oracle whether the column you > > >> insert to can contain a decimal part. Try to insert a decimal value > > >> via SQL*Plus e.g. ... if that doesn't work that's the error. > > >> > > >> - Maybe you're using Integers to pass parameters to iBATIS which > > >> would cut your decimal part, but that would require some more > > >> information from you: maps, pieces of java code. > > >> > > >> Regards, > > >> Sven > > >> > > >> On Wed, 24 Aug 2005 15:19:20 -0300, you wrote: > > >> > > >> >I´m trying to insert some decimal values in a table at oracle > > >> >database. But the decimal part of the value is not recorded. > > >> > > > >> >Like if try to record 325.34 the value that is recorded is 325 > > >> >only the integer part. How can i solve this problem? > > >> > > > >> > > > >> >tks > > >> > > >> > > > > > > > MASTEK > "Making a valuable difference" > Mastek in NASSCOM's 'India Top 20' Software Service Exporters List. > In the US, we're called MAJESCO > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Opinions expressed in this e-mail are those of the individual and not that of > Mastek Limited, unless specifically indicated to that effect. Mastek Limited > does not accept any responsibility or liability for it. This e-mail and > attachments (if any) transmitted with it are confidential and/or privileged > and solely for the use of the intended person or entity to which it is > addressed. Any review, re-transmission, dissemination or other use of or > taking of any action in reliance upon this information by persons or entities > other than the intended recipient is prohibited. This e-mail and its > attachments have been scanned for the presence of computer viruses. It is the > responsibility of the recipient to run the virus check on e-mails and > attachments before opening them. If you have received this e-mail in error, > kindly delete this e-mail from all computers. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > >