Re: EO_PK_TABLE vs EO_SEQUENCE_TABLE
Re: EO_PK_TABLE vs EO_SEQUENCE_TABLE
- Subject: Re: EO_PK_TABLE vs EO_SEQUENCE_TABLE
- From: Kaj Hejer <email@hidden>
- Date: Fri, 26 Sep 2003 17:46:58 +0200
At 10:34 -0600 26-09-2003, Adam Chan wrote:
Since the WebObjects 5.2 uses a different table, EO_PK_TABLE instead of
EO_SEQUENCE_TABLE, for primary key generation, I need to find a way to make
the pk in sync for both 4.5.1 and 5.2 apps.
My question is how?
1. Create trigger in the database whereas whenever a update to either one
table, update the other one.
(I'm not a datatbase guy. If I create two triggers, one on EO_PK_TABLE , the
other one on EO_SEQUENCE_TABLE, will it create a infinite loop sincary?)
2. Found out where (my guess is at the control layer) the code is and modify
it such that it uses EO_SEQUENCE_TABLE.
Hi!
You if you in awakeFromInsertion set the PK yourself EOF will not do
it for you.
If you there use the table you want to fetch the right PK that will
work in both versions of WO.
-Kaj :)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.