Re: update an delete
No. Replace and Delete commands will act towards the local cursor. MySQL has nothing to do with your local cursor. To update the backend you need to either issue a TABLEUPDATE() if the cursor was obtained through a remote view or a cursoradapter class, or to manually scan the local cursor and send UPDATE and DELETE commands to MySQL using SQLExec().
Subject
Views
Written By
Posted
7631
March 23, 2008 12:52PM
Re: update an delete
3987
April 21, 2008 11:53PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.