Progress
ADM 2 Reference


submitRow (data.p)

Accepts a list of changed values for a row and ASSIGNs them, returning FALSE if any errors occur. This is done only to the RowObject temp-table. Committing the changes back to the database is a separate step, which will be invoked from here if AutoCommit is set on.

Parameters:

INPUT pcRowIdent AS CHARACTER

The key with row number to update, plus a list of the ROWID(s) of the database record(s) from which the RowObject is derived.

INPUT pcValueList AS CHARACTER

A CHR(1)-delimited list of alternating column names and values to be assigned.

Returns: LOGICAL

Notes: None


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095