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 ?

Well we looked in the BDE error listing and found the error, which told us
that the error
"Table does not support this operation because it is not uniquely indexed"
means Table does not support this operation because it is not uniquely
indexed.

WOW

All we want to do is do this
TABLE1.Refresh;
The main database was connected to a paradox database but now through an
ODBC connection to a SQL Anywhere 7.0 database.
It appears that the BED will not support Refresh on Sybase SQL databases...
Is this Correct ?

So maybe the answer is to close and then reopen the table.

 

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


Quote
Colin Coleman wrote:
> It appears that the BED will not support Refresh on Sybase SQL databases...
> Is this Correct ?

> So maybe the answer is to close and then reopen the table.

Exactly.

John PIerce

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


do a find in exployer to find this file usually it is in program groups
folder then look for borland or common files

--
Dave Rolleman
d...@workflowplus.com
(780) 478-6315

Quote
"John Pierce" <jpie...@healthplanning.com> wrote in message

news:396A029C.526D5FC6@healthplanning.com...
Quote

> Colin Coleman wrote:

> > It appears that the BED will not support Refresh on Sybase SQL
databases...
> > Is this Correct ?

> > So maybe the answer is to close and then reopen the table.

> Exactly.

> John PIerce

Other Threads