If the cursor is updateable, then the row currently referred to by the cursor can be updated.
You may need to perform a commit action on the database to confirm the changes and avoid them being rolled back when the session is closed. Whether this is necessary depends on whether there are auto-confirm triggers or whether the target database even supports a two phase commit.
Refer to the Status Code topic for a list of the status code values that are returned by this method.
See also: | Status Code |
Prev | Home | Next |
Cursor.prototype | Up | Custom object |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |