Load Empty Database table
- by john White
I am using SQLexpress and VS2008.
I have a DB with a table named "A", which has an IdentitySpecification column named ID.
The ID is auto-incremented. Even if the row is deleted, the ID still increases.
After several data manipulation, the current ID has reached 15, for example.
When I run the application
if there's at least 1 row: if I add a new…