Omer Butt
Active member
- Joined
- Sep 6, 2021
- Messages
- 29
- Programming Experience
- Beginner
I want to ask if there is any possibility to retain the Auto Increment Primary Key Numbers after deleting a record. For Example there are 5 records save in a table if I delete a tuple ID 3 by clicking on a delete button from a datagridview it shows the ID sequence retained as 1,2,3,4 instead of 1,2,4,5.
Where it also should not disturb the database itself ..
If possible please explain how can we achieve this ?
Where it also should not disturb the database itself ..
If possible please explain how can we achieve this ?