HXTT:
I noticed that there were a few older posts re: HXTT Excel only supporting a limited set of ALTER TABLE statements (renaming tables only).
We recently purchased HXTT Excel full version, and our application has need to be able to "normalize" user-supplied source spreadsheets (add/remove columns). Is it true that the HXTT driver will not currently be able to complete these operations? When I try to execute "ALTER TABLE tableX DROP columnA", I'm getting "Now HXTT Excel doesn't support alter table.".
If possible, can support for the following be added for the Excel driver?
ALTER TABLE table_name alter_specification [,...]
alter_specification: {{ADD|MODIFY} column_identifier data_type [constraint]}| DROP column_identifier | RENAME column_identifier 1 TO column_identifier 2 | RENAME TO table_name2
[as referenced in Excel docs sqlsyntax.html]
|
v2.2.070 supports full ALTER TABLE sql. It'll be availabe in about 8 hours.
|