Re: insert object, and don't specify a value for one of the fields

2004-02-05 Thread Larry V. Streepy, Jr.
"Manukyan, Sergey" <[EMAIL PROTECTED]> To: "'OJB Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 1:31 PM Subject: RE: insert object, and don't specify a value for one of the fields Hi Armin, If I declare this field as readonly,

RE: insert object, and don't specify a value for one of the fields

2004-02-05 Thread Manukyan, Sergey
nyway we should have a mechanism to control what >> fields take part in operations. >> Regards. Sergey. >> >> >> >> -Original Message- >> From: Andy Malakov [mailto:[EMAIL PROTECTED] Sent: Wednesday, >> February 04, 2004 2:24 PM >> To: OJB U

Re: insert object, and don't specify a value for one of the fields

2004-02-04 Thread Thomas Mahler
[mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 2:24 PM To: OJB Users List Subject: Re: insert object, and don't specify a value for one of the fields Simplest solution may be to change business logic. Since you want it to be writable from OJB side, who said "dateChanged&quo

Re: insert object, and don't specify a value for one of the fields

2004-02-04 Thread Larry V. Streepy, Jr.
ds. Sergey. -Original Message- From: Andy Malakov [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 2:24 PM To: OJB Users List Subject: Re: insert object, and don't specify a value for one of the fields Simplest solution may be to change business logic. Since you want it to b

RE: insert object, and don't specify a value for one of the fields

2004-02-04 Thread Manukyan, Sergey
t; <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 2:22 PM Subject: RE: insert object, and don't specify a value for one of the fields > Maybe I should give you my manager's phone number and you will explain it to > him ... ;) I think in anyway we should have a mech

RE: insert object, and don't specify a value for one of the fields

2004-02-04 Thread Manukyan, Sergey
Thank you Axel, I was thinking doing that if there is no other solution, -Sergey -Original Message- From: Guerrero, Axel [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 2:04 PM To: OJB Users List Subject: RE: insert object, and don't specify a value for one of the f

RE: insert object, and don't specify a value for one of the fields

2004-02-04 Thread Manukyan, Sergey
esday, February 04, 2004 2:24 PM To: OJB Users List Subject: Re: insert object, and don't specify a value for one of the fields Simplest solution may be to change business logic. Since you want it to be writable from OJB side, who said "dateChanged" should be initially set by database? Sorry

Re: insert object, and don't specify a value for one of the fields

2004-02-04 Thread Andy Malakov
sers List'" <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 1:31 PM Subject: RE: insert object, and don't specify a value for one of the fields > Hi Armin, > > If I declare this field as readonly, then it will be always readonly, but I > need to update on UPD

RE: insert object, and don't specify a value for one of the fields

2004-02-04 Thread Guerrero, Axel
-Original Message- From: Manukyan, Sergey [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 12:31 PM To: 'OJB Users List' Subject: RE: insert object, and don't specify a value for one of the fields Hi Armin, If I declare this field as readonly, then it will be always

RE: insert object, and don't specify a value for one of the fields

2004-02-04 Thread Manukyan, Sergey
, but I am afraid this will impact other Brokers operations with this class, -Sergey -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 11:30 AM To: OJB Users List Subject: Re: insert object, and don't specify a value for one of the f

Re: insert object, and don't specify a value for one of the fields

2004-02-04 Thread Armin Waibel
Hi Sergey, Manukyan, Sergey wrote: Folks, The thing is I need to insert a record where for one of the fields I want to omit value, not specify at all, not even null, nothing. So that in INSERT operation it will not be present at all and will be populated by the default value from database. Is th