Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 02, 2012 10:25 PM by dow7
Member
722 Points
449 Posts
Mar 02, 2012 09:54 PM|LINK
After i delete a row, the database put the new values in the row that was deleted, then continues after the last row.
Is this something i should change in my code or is just the way normaly the database updates?
All-Star
154897 Points
19862 Posts
Moderator
MVP
Mar 02, 2012 10:22 PM|LINK
Databases don't generally have any concept of "rows". That's purely a designer thing to help you visualize your data.
Mar 02, 2012 10:25 PM|LINK
Thank you Mike.
dow7
Member
722 Points
449 Posts
A Question about the database update
Mar 02, 2012 09:54 PM|LINK
After i delete a row, the database put the new values in the row that was deleted, then continues after the last row.
Is this something i should change in my code or is just the way normaly the database updates?
Mikesdotnett...
All-Star
154897 Points
19862 Posts
Moderator
MVP
Re: A Question about the database update
Mar 02, 2012 10:22 PM|LINK
Databases don't generally have any concept of "rows". That's purely a designer thing to help you visualize your data.
Beginning ASP.NET Web Pages with WebMatrix | My Site | Twitter
dow7
Member
722 Points
449 Posts
Re: A Question about the database update
Mar 02, 2012 10:25 PM|LINK
Thank you Mike.