serial number got changed in sql database table on auto generated (identity) column
You can't do much for this.
While inserting due to some error data is not saved. So the auto incremented value increases.
Try to use commit rollback.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.