Just wondering if anyone else has come across this problem, it's the first
time I've seen it.
One of my tables has a pk, inst_id, which is set to autoinc. I bombed today
on the uniqueness of my key which seemed strange considering I have no
reason to manipulate any autoinc'd pk's directly. Nevertheless, it did turn
out that the next val somehow or other had become set to a ridiculously low
value ( 3 in a table of 50 entries). I have not experienced any data
corruptions; and I always open my dbc's with the validate clause.