SEARCH:

SQLX_UpdatesOrInserts

string Table_ID
array Rows
void


This function accepts a Rows Array and processes each row. 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.

All of the rows are expected to be belong to table Table_ID.