B
bthumber
Problem - My application is design to count the total number of records of a
"like" kind in the database, then increment that hostname/number by one.
Example - if no records are deleted and the last record is buffal10 the next
record will be buffal11. Total number of records 11.
Problem - if you delete a record , say buffal05, the count would be 10
records but the last hostname ends in 11. This causes an error in the
application.
Status of Program - I have say 50 records (buffal50) and 10 records are
deleted.
Resolution - Part would be fill in the hostname that are out of sequence.
Question is how would do that, one record at a time?
"like" kind in the database, then increment that hostname/number by one.
Example - if no records are deleted and the last record is buffal10 the next
record will be buffal11. Total number of records 11.
Problem - if you delete a record , say buffal05, the count would be 10
records but the last hostname ends in 11. This causes an error in the
application.
Status of Program - I have say 50 records (buffal50) and 10 records are
deleted.
Resolution - Part would be fill in the hostname that are out of sequence.
Question is how would do that, one record at a time?