I have found that the SQL command
select * from Descriptors order by Type, Descriptor
will not work when I use the Microsoft.Jet.OLEDB.4.0 provider. After much
trial and error, I've found that it fails because one of the fields is
called "Descriptor". If I change the field name to something else, it works
OK.
Note that this works fine when MSDASQL;Driver={Microsoft Access Driver
(*.mdb)} is the provider.
I also found that naming a table "Index" is a no-no with the jet provider.
Are "Descriptor" and "Index" reserveds word? If so, where can I find a list
of the other reserved words?