Re: need help

2004-07-12 Thread Scott Eade
åå(William) wrote: Hi all , Can anybody give me some example or document on how use to join in Torque, usually I need select a lot diffrent colomns from diffrent table, but look like doSelect() method in peer class only return object list mapping this peer class. is it right? Thanks William --

RE: need help

2004-07-12 Thread William
Hi all , Can anybody give me some example or document on how use to join in Torque, usually I need select a lot diffrent colomns from diffrent table, but look like doSelect() method in peer class only return object list mapping this peer class. is it right? Thanks William -Ori

RE: need help

2004-07-07 Thread William
fried" [mailto:[EMAIL PROTECTED] Sent: 2004/7/5 [ææä] äå 09:47 To: Apache Torque Developers List Cc: Subject: RE: need help Hi William ??, There is a lenghty thread using timestamps with Oracle9i and two ways

RE: need help

2004-07-05 Thread Göschl,Siegfried
Hi William ??, There is a lenghty thread using timestamps with Oracle9i and two ways to fix it ... Check out the mailing list archive Cheers, Siegfried Goeschl -Original Message- From: ??(William) [mailto:[EMAIL PROTECTED] Sent: Montag, 05. Juli 2004 15:38 To: Apache Torque Developer

Re: need help

2004-06-16 Thread florianfray
Hi William! The problem is that you're updating the primary key. You call something like emailObj.setEmail("[EMAIL PROTECTED]"). The old EMail-Address is overwritten and not longer present. If you now call emailObj.save() a update will be performed due to emailObj.isNew() returns false. Torque w