When you unload structure for a table, the following results in an error when reloading the structure:

CREATE     INDEX Invoice Key ON `Resd2` (`InvoiceNumber` ASC )
-ERROR- Syntax is incorrect for the command CREATE (2045)

If you change the command to this, it works:
CREATE     INDEX Invoice  ON Resd2 (InvoiceNumber)

This is using 7.6

Bernie Lis

Reply via email to