SWAMY YT

SWAMY YT

  • 1k
  • 639
  • 28.5k

To Generate autoIncrement sequence in c#.

Nov 22 2018 12:27 AM
Hello everyone,
I am trying to generate a  sequence number only when inserting the data to the  database  the code is like (PROJ_2018_000001).where i am trying to generate this by local methods and some cancatination.but i am unable to increment the sequence from the last sequence instead i the sequence is getting generated from (PROJ_2018_000001) by (PROJ_2018_000002) iteself.
 
how to generate the  next sequence by previous sequence instead by always (PROJ_2018_000001).
 
Thank you in advance.  

Answers (10)