Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Suppose I created the sequence generator which generates 500 values,then if I drop it and recreate it how I can know that it generates sequence from 501.

What I have tried:

Suppose I created the sequence generator which generates 500 values,then if I drop it and recreate it how I can know that it generates sequence from 501.
Posted
Updated 3-Jul-17 22:36pm
v2

1 solution

For that reason you must store your value (500) in some extra table or a settings table and read it before re-generating.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900