New rows can be inserted into the table if the cursor is updateable.
Note that there is no guarantee as to the position of the new inserted record. There may be automatic sorting triggers activated in the database that cause it to be sorted into the correct position or the new record may simply be appended to the end. It is implementation-dependent.
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.deleteRow() | Up | Cursor.next() |
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. |