in SQL 7.0 is it possible to reset the auto increment counter. for example, if insert 5 records into the db, they are numbered 1 to 5. if i delete record 5, i now have records 1-4 left. then, if i insert a new record it is assigned record number 6. how do i force it to use the deleted numbers?
thanks
andy
thanks
andy