Hello I am doing tests to make an update on a database and I get the error “Execute Query: ERROR [HY000] [Oracle] [ODBC] [Ora] ORA-00936: an expression is missing”
It is a simple process, in which I read an excel, assign it and perform the update, but it gives me an error. any idea what can it be?
Greetings and thank you.
“UPDATE archivos2 a
SET a.empleado =@EMPLEADO
Where a.id = @ID”
Hello and thanks for the help, now I get this error.
the two numbers that appear above are the ones read from the excel file and that I want to insert.
Solved.
The problem that was using the wrong activity, to perform “Update” you have to use “Execute NON Query”. I work with an Oracle database
Thanks for the help @pravin_calvin