From: Christoph S. <ch...@sc...> - 2002-03-08 01:26:32
|
Gavin_King/Cirrus%CI...@ci... wrote: >I have a question: > >If, in a single transaction, I delete a row of a table and then insert a >new row, is it likely that the inserted row would get the same generated id >as the deleted row? > I think thats database dependent, mysql will sometimes reuse id values, mssql and sybase dont. regards chris |