[JBoss-user] CMP and auto_increment

2001-05-14 Thread Ray
Hi there ... I have a table which has an auto incrementing field, and I'm accessing it using a Contaimer Managed Bean If I want create a new record, I just call rec.create("title"); I don't bother with setting the id number because it's generated automatically. Now I reckon that I still need

Re: [JBoss-user] CMP and auto_increment

2001-05-17 Thread Georg Rehfeld
Hi Ray, > I have a table which has an auto incrementing field, and I'm accessing it > using a Contaimer Managed Bean > > If I want create a new record, I just call rec.create("title"); I don't > bother with setting the id number because it's generated automatically. > > Now I reckon that I still