T
Tom Wells
Can anyone give me an example of the proper way to run an update query using
the OracleDataAdapter? Please include the Imports, and everything from
creating the connection through closing the connection. I have tried to
figure it out from the MS documentation and several tutorials and I can't
get it to work.
The Oracle server can be called 'Oserv1'. The user ID can be 'stumped'.
The password can be 'confused'.
The table can be 'testtable' with 1 column called 'col1' which is Number(4).
I want to update col1 and set it to 700.
No matter what I try I get this error: ORA-00936: "missing expression". I
have tried dozens of different ways to do this so how would you do it?
the OracleDataAdapter? Please include the Imports, and everything from
creating the connection through closing the connection. I have tried to
figure it out from the MS documentation and several tutorials and I can't
get it to work.
The Oracle server can be called 'Oserv1'. The user ID can be 'stumped'.
The password can be 'confused'.
The table can be 'testtable' with 1 column called 'col1' which is Number(4).
I want to update col1 and set it to 700.
No matter what I try I get this error: ORA-00936: "missing expression". I
have tried dozens of different ways to do this so how would you do it?