Re: [JBoss-user] Auto increment primary key

2002-06-18 Thread Burkhard Vogel
Hi, you will need BMP and it will in no way be portable to other databases. Regards, Burkhard - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 10:06 AM Subject: Re: [JBoss-user] Auto increment primary key Check chapter 5 on

Re: [JBoss-user] Auto increment primary key

2002-06-18 Thread rmaeztu
Check chapter 5 on "EJB Design Patterns". You can get the pdf for free on www.theserverside.com Regards, Rubén Bringing you mounds of caffeinated joy >>> http://thinkgeek

[JBoss-user] Auto increment primary key

2002-06-18 Thread makapur
Hi,   How can we use auto increment for primary key field in CMP bean. I am using     Jboss - 2.4.4,     SQL server 2000     Windows 2000   I am having an CMP entity bean(Item) which contains the field itemID and is a primary key.   I want to make this itemID field as auto increment.   How