Test comment simply log this name and nothing more clear Clear DataIn or DataOut or both depending on params (if "in" or "out" param is exists and not empty then corresponding date cleared) 1 web execute query to sync url with sending all already collected data (DataOut) as file and passing all 'params' as variables returned data will be placed to DataIn last_id sraka var_read Read variables from DataIn (in specified section) section should have columns 'name' and 'value'
some_section_name
var_set execute query to sync url with sending all already collected data (DataOut) as file and passing all 'params' as variables returned data will be placed to DataIn 345345 sraka piska try vagona sql Execute specified 'query' if 'section' specified then returned recordset converted to section and appended to DataOut call vip.sync_get_init(#remote_last_id#)
some_section_name
section_sql Read specified 'section' from DataIn and for every record execute specified 'query' (exec) call vip.sync_get_init(#remote_last_id#)
some_section_name
section_sql_section Read specified 'section' from DataIn and for every record execute specified 'query' (open) returned recordsets converted to the same 'section' name and appended to DataOut call vip.sync_get_init(#remote_last_id#)
some_section_name
section_check Read specified 'section' from DataIn check whether it valid (contains 1 row, 1 col and col name is 'result') then checks value to be identical 'ok' if not then write error log and store dump
some_section_name