delphi - TADO, Access, TNavigator Delete Record Exception -


How to resolve a TADO, access, TNavigator delete record exceptions "key column information is insufficient or incorrect"?

It may be that the key you are using to access your database component table is a unique record Not enough to identify. Make sure you apply your table with a primary key or at least one field with a unique index.


Comments