Skip to content
Advertisement

Oracle parameterized update query c#

It should work but it doesn’t.

I have referred others but couldn’t find the reason.

Thanks in advance.

Joon

Advertisement

Answer

I found why it didn’t update table.

To make it work I added parameters in the order of the query parameter and found it works. But I still do not understand why the order of adding parameters is so important to make it work.But the thing clear is that it is working when I make it like this:

Thanks everybody who paid attention on it.

Joon

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement