I'm accessing Oracle data using oo4o
VB. Here's the problem:
I'd like to update the unique keys like below. How would I
implement it using oo40 oradynaset. If it can't be done,
how to implement it in ADO?
Ukey (Original -> Target Data)
----
10 -> 11
11 -> 12
12 -> 10
Have tried it but there's a unique key violation error
after I call the Oradynaset.Update method for each row.
I use begintrans/committrans.