Hi,
I have a Microsoft Access Database and I need to execute a statement :
**DROP INDEX Name ON Installations
However, Microsoft Access says that no such index name found. The column "Name" in the Installations table does have an index on it . I know this from the Access GUI . However, I can't use the ACCESS GUI to turn off the index ( I have to do the task by using the OleDbConnection class from a C# program - I'm writing a database upgrader ) .
Any ideas ? How do I get a list of of names of indices for a given table in Access ?
All the best, Seb