My Dev group is planning on implementing the MSSQL sequence solution
describe here
http://db.apache.org/ojb/sequencemanager.html#Oracle-style%20sequencing

        One of our developers raised a concern about using this method within
transactions.   What happens during a rollback?

        For example.   One process gets the next val. Let's say it returns 10, and
another process get's 11.   What happens to the OJB_NEXT_VAL table if the
transaction (the one that got 10) was rolled back?


        Also on a side note. Is there anyone developing a MS SQL Server Sequencer?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to