At 9:43 -0600 5/19/03, reid wrote:
>When I delete the last line of tables and add new records and put in the
>wrong place. For example I delete line 288 and add new data. It went to line
>289. Why is that? Do we need to refresh it or something?
Tables don't have "lines". What are you referring to? If you're
referring to the behavior of an AUTO_INCREMENT column, that's how it
works (deleted values are not reused).
The exception is for ISAM tables, which reuse deleted values if they are
deleted from the top of the sequence. But ISAM tables are deprecated.
>Reid