Hello
I m trying to add new column to the Excel worksheet by command
ALTER TABLE [MyTable] ADD COLUMN Field_dest nvarchar
But on execution of the command got exception "Invalid operation"
I tried table name with and without $ at the end , but got the same result
My questions are
1) Is there some wrong in the command above?
2) Is command ALTER table supported for excel table ?
3) Is the alternative way to add column into excel worksheet - preferable via OLEDB ?
预 收