RE : RE : RE : RE : RE : RE : request using beanExample

2006-07-13 Thread jeremy jardin
.     -Message d'origine- De : Jeff Butler [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 15:45 À : user-java@ibatis.apache.org; Graeme J Sweeney Objet : Re: RE : RE : RE : RE : RE : request using beanExample   Yes - this is the correct way to do it.  Set the value fo

Re: RE : RE : RE : RE : RE : request using beanExample

2006-07-13 Thread Jeff Butler
Yes - this is the correct way to do it.  Set the value for the MOBILE field, as well as the indicator for the field.   Jeremy - it looks, from your previous posts, that the SQL statement is being generated correctly.  Can you run the generated SQL statement (from the logs) in an SQL client to verif

Re: RE : RE : RE : RE : RE : request using beanExample

2006-07-13 Thread Graeme J Sweeney
On Thu, 13 Jul 2006, jeremy jardin wrote: So I want to launch a request with a where clause on "MOBILE" property. When I look on the XML file, I just can't see that : Sould I had the property ?? Pour votre Anglais: add not had From your abator generated classes you should have a UTILISA

RE : RE : RE : RE : RE : request using beanExample

2006-07-13 Thread jeremy jardin
d'origine- De : Yusuf [mailto:[EMAIL PROTECTED] Envoyé : mercredi 12 juillet 2006 11:15 À : user-java@ibatis.apache.org Objet : RE: RE : RE : RE : RE : request using beanExample i had this kind of problem and solved using right padding with empty space, eg. Select UUID, MOBILE,ORIGINE_U

RE: RE : RE : RE : RE : request using beanExample

2006-07-12 Thread Yusuf
lto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 4:13 PM To: user-java@ibatis.apache.org; [EMAIL PROTECTED] Subject: RE : RE : RE : RE : request using beanExample I'm still having that pb.. even if I only insert 12CHAR long Strings !! I insert my user with un phone Number like that "06000

RE : RE : RE : RE : request using beanExample

2006-07-12 Thread jeremy jardin
'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Larry Meadors Envoyé : mercredi 12 juillet 2006 10:49 À : user-java@ibatis.apache.org Objet : Re: RE : RE : RE : request using beanExample Yep. On 7/11/06, jeremy jardin <[EMAIL PROTECTED]> wrote: > You mean that is

RE : RE : RE : RE : request using beanExample

2006-07-12 Thread jeremy jardin
AIL PROTECTED] De la part de Larry Meadors > Envoyé: mercredi 12 juillet 2006 10:37 > À: user-java@ibatis.apache.org > Objet: Re: RE : RE : request using beanExample > > The length is probably wrong, and in all SQL dialects I have ever > used, " A" does not equal "A&q

Re: RE : RE : RE : request using beanExample

2006-07-12 Thread Larry Meadors
é: mercredi 12 juillet 2006 10:37 À: user-java@ibatis.apache.org Objet: Re: RE : RE : request using beanExample The length is probably wrong, and in all SQL dialects I have ever used, " A" does not equal "A". Larry On 7/11/06, jeremy jardin <[EMAIL PR

RE : RE : RE : request using beanExample

2006-07-12 Thread jeremy jardin
e.org Objet : Re: RE : RE : request using beanExample The length is probably wrong, and in all SQL dialects I have ever used, " A" does not equal "A". Larry On 7/11/06, jeremy jardin <[EMAIL PROTECTED]> wrote: > A CHAR !! > Why ?? > > > -Message d'

Re: RE : RE : request using beanExample

2006-07-12 Thread Larry Meadors
la part de Larry Meadors Envoyé: mercredi 12 juillet 2006 09:50 À: user-java@ibatis.apache.org Objet: Re: RE : request using beanExample Is MOBILE a CHAR field or VARCHAR? Larry On 7/11/06, jeremy jardin <[EMAIL PROTECTED]> wrote: > All my classes have been generated using Abator so, I h

RE : RE : request using beanExample

2006-07-12 Thread jeremy jardin
A CHAR !! Why ?? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Larry Meadors Envoyé : mercredi 12 juillet 2006 09:50 À : user-java@ibatis.apache.org Objet : Re: RE : request using beanExample Is MOBILE a CHAR field or VARCHAR? Larry On 7/

Re: RE : request using beanExample

2006-07-12 Thread Larry Meadors
Is MOBILE a CHAR field or VARCHAR? Larry On 7/11/06, jeremy jardin <[EMAIL PROTECTED]> wrote: All my classes have been generated using Abator so, I have something like that : List list = sqlMapClient.queryForList("UTILISATEUR.abatorgenerated_selectByExample", parms); Parms contains my where