Hi,
The below SQL would work for Version 8 of Pervasive and not 9.5 if the index field was the identity field.
"DROP INDEX tablename.Index_1"
My question is, is there an option or security integrity parameter involved??? I understand the reason its there but my background reason for wanting to do this, is that I want to recreate the entire table's index's via SQL but first I need to drop the index's. I'm not interested in running an exe to rebuild them as I need to be able to do this via SQL commands.
Thanks for any help!
Barry.