I’m using excel as Database and using run query to execute update query. I have executed select query successfully using same connection hence no issue in connection.
I’m passing parameters to query [refer screenshot]. I have tried Refresh Excel Data Connection still same issue. Parameter also correct, have verified still getting exception.
In excel, it’s showing format as general.
Values are printing now (previously not), but now I’m getting error: ERROR [07002] [Microsoft][ODBC Excel Driver] Too few parameters. Expected 2.
I have now directly used the expression in query which I was assigning to parameters and it worked. But I could not figure out what is the issue with passing parameters.