when I am Using this query in Execute Non Query Activity
“Update [Sheet1$] Set Salary=‘23000’ Where Name=‘Nisarg’”
I am Facing an issue
Execute Non Query: ERROR [HY000] [Microsoft][ODBC Excel Driver] Operation must use an updateable query.
By default MS Access DB will allow us to read only mode so we cannot execute update Queries. this error mainly occurs due to you have only read only mode.
If possible please change to read only mode to Read and write mode so that you will be able to update the data in excel via MS access DB with ODBC excel connector. thanks.