-
Identity Column Mapping (3 messages)
- Posted by: jayashree arunkumar
- Posted on: June 10 2004 06:11 EDT
We have an Identity column in db2(iSeries) table and just wondering how that can be mapped in Cmp entity beans.Need steps please.We already have ejbs for db2 NT and used sequences for auto generate key values.In db2 iSeries Sequence is not support and so we are thinking to use Identity columns.Threaded Messages (3)
- Identity Column Mapping by Rahul Garg on June 11 2004 17:16 EDT
- Identity column by jayashree arunkumar on June 14 2004 23:17 EDT
- The same problem by Julio Cordoba on July 21 2004 15:49 EDT
-
Identity Column Mapping[ Go to top ]
- Posted by: Rahul Garg
- Posted on: June 11 2004 17:16 EDT
- in response to jayashree arunkumar
in ejbCreate, call an SSB with remote method returning sequence.nextval -
Identity column[ Go to top ]
- Posted by: jayashree arunkumar
- Posted on: June 14 2004 23:17 EDT
- in response to Rahul Garg
Identity column doesnt use sequence ..?,its an auto generated number used in that column -
The same problem[ Go to top ]
- Posted by: Julio Cordoba
- Posted on: July 21 2004 15:49 EDT
- in response to jayashree arunkumar
I have the same problem, but my DB2 versión is 8.1 for Windows!!!
Do you have the solution? Thanks a lot!!!