Board index » delphi » Table does not support this operation because it is not uniquely indexed.

Table does not support this operation because it is not uniquely indexed.

I use Delphi5 ,InterBase5.6 and BDE 5.1.0. When I use TQuery.Refresh ,it
told me "Table does not support this operation because it is not uniquely
indexed. "
Why? Who can help me? Always appreciate!!!
 

Re:Table does not support this operation because it is not uniquely indexed.


Hi Liu

with TQuery you should use
thequery.Active = false;
thequery.Active = true;
(or the Open()/Close() pair)

On Wed, 23 Feb 2000 19:30:38 +0800, "Liu Weicheng" <liu...@sina.com>
wrote:

Quote
>I use Delphi5 ,InterBase5.6 and BDE 5.1.0. When I use TQuery.Refresh ,it
>told me "Table does not support this operation because it is not uniquely
>indexed. "

Other Threads