Is there any way to add/delete from a MySQL database using PHP3/4 without
leaving blank records?

e.g. if record number 3 is deleted and there are 5 records in the database,
and you have auto-increment as true,

if you add a record it will go in as 6.

Either the database should be compacted so that the record numbers are
shifted down, or the database should intelligently fill the gap where the
old record is.

Are there any good articles that deal with this topic specifically?


--
Rock Kake
------------------



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to