If the cursor is updateable, then you can remove a row from the table. The row removed corresponds to the one the cursor is currently referencing.
The row following the current row becomes the current row unless the cursor is on the last row of the cursor in which case it is indexed backwards to the previous row.
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.columns() | Up | Cursor.insertRow() |
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. |