SEARCH:

SQLX_UpdatesOrInsert

ref Table_Definition
array Rows
void


This function accepts a single Row Array. Based on primary key, if the row does not exist in the database it is inserted. If it does exist, then any non-primary key value in the row will be updated.

The first parameter must be a data dictionary table definition, which you can get with DD_TableRef.