Sometimes it is much more efficient to do multiple inserts into a table entirely on the database server, such as inserting from a select statement. But, if the insert table contains a Servoy managed sequence, this sequence must be synced with the now updated table's maximum value for that column. There appears to be no way to do this from Javascript code in Servoy. Maybe this can be a method added to the Database Manager?
Thanks!