can you really have a function in the command text?
I have a line of code as below:
oCommand.CommandText = "UPDATE [SHEET1$] SET TEST = replace([test], '~', ';')"
I keep getting an error "Undefined function 'Replace' in expression"
I have a line of code as below:
oCommand.CommandText = "UPDATE [SHEET1$] SET TEST = replace([test], '~', ';')"
I keep getting an error "Undefined function 'Replace' in expression"