Обсуждение: DefineIndex fails

Поиск
Список
Период
Сортировка

DefineIndex fails

От
"Nicholas Boretos"
Дата:
Hello,
Managed to figure out my read-only problem using ODBC with Access, and import tables with data. Trying to recreate the keys with
CREATE UNIQUE INDEX idx ON table (field)
 
fails with DefineIndex: table relation not found.
Any clues?
tia,
Nicolas Boretos