Hello everybody,
I am having the following problem:
database
;
Database selected.
drop index fxindex01;
319: Index does not exist.
111: ISAM error: no record found.
Error in line 1
Near character position 19
drop index 195_1387;
201: A syntax error has occurred.
Error in line 1
Near character position 12
create index fxindex01 on tabel
( foreign_key )
in tabel;
By trying to create a new index, Iīve got the error notification that it already exists, but trying to use dbaccess it said that it didnīt exist. By trying to create it, dbaccess says again, that it already exists, but it is also not possible to drop it.
Is there anybody who is able to let me know whatīs the problem ? thanx in advance
Kerstin