|
-
Oct 15th, 2017, 06:58 PM
#6
Re: Can’t refresh Products Table in a typed DataSet and the Database to the original
That's the way an Autonumber/Identity field works. Every time you add a new record the field automatically incremented. The number is not reset if you delete a row. If you don't want that behavior then you'll have to make the field type an Integer type and do the increment yourself via code.
Edit - Geeze, I must type slow. Two people answered while I was answering..
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|