Re: [SQL] On Rollback my sequency does not back the initial value

2006-10-05 Thread A. Kretschmer
am Thu, dem 05.10.2006, um 15:50:58 -0300 mailte Ezequias Rodrigues da Rocha folgendes: > Hi, > > I am implementing a function that execute a rollback then some exception is > throwed. > > The problem is that my nextval('mysequency') does not return to the initial > value when the rollback is e

[SQL] On Rollback my sequency does not back the initial value

2006-10-05 Thread Ezequias Rodrigues da Rocha
Hi,I am implementing a function that execute a rollback then some exception is throwed.The problem is that my nextval('mysequency') does not return to the initial value when the rollback is executed. Does anybody have any experiency with it ?Regards ...-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-