RE: [JBoss-user] Creating a SQL sequence

2003-03-03 Thread Jeremy Boynes
--- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Alex Loubyansky > Sent: Monday, March 03, 2003 11:13 AM > To: Steve Jones > Subject: Re: [JBoss-user] Creating a SQL sequence > > > Not in 3.0 branch. You need to upgrade to 3.2. > The yo

Re: [JBoss-user] Creating a SQL sequence

2003-03-03 Thread David Ward
What about Oracle? thx. Mensaje citado por Alex Loubyansky <[EMAIL PROTECTED]>: > Not in 3.0 branch. You need to upgrade to 3.2. > The you can make use of entity-commands (see standardjbosscmp-jdbc.xml) > It'll allow you to use database generated values (mysql, informix, > sybase, hsql), specify

Re: [JBoss-user] Creating a SQL sequence

2003-03-03 Thread Alex Loubyansky
Not in 3.0 branch. You need to upgrade to 3.2. The you can make use of entity-commands (see standardjbosscmp-jdbc.xml) It'll allow you to use database generated values (mysql, informix, sybase, hsql), specify custom sql statement to fetch new key value (this is for sequences), provide JNDI name for