Главная страница | назад





Article #16174: Multiple records found but only one expected

 Question and Answer Database
FAQ1174C.txt Multiple records found but only one expected
Category :BDE
Platform :All
Product :C++Builder 1.x
Question:
I am getting a DBEngine message when editing a record that says
"Multiple records found but only one expected". What does this
mean?
Answer:
You may need to create a unique index on the table so that each
row can be uniquely identified. That *may* first require
altering the table and adding a column to be populated with
unique values.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99