{= # # # KHP 19/March/2010 - the approach with get_date_info=true did not work, # so this template is not anymore in use! # # This template calls get_database_info() with get_date_info=true, # so it will start to update xrefs or execute complex queries # so that we get up to date date/time values. This template does # not require to collect any data, it is just used to start # the function call so that the client is able to fetch database progress, # if any. # # # debug_message("\n#### do_complex_query.cfv START \n"); # string profile_name = internal.profile_name; # v.temp_db_info = ""; # debug_message("#### do_complex_query.cfv - get_database_info() START \n"); # get_database_info(profile_name, "v.temp_db_info", true); # debug_message("#### do_complex_query.cfv - get_database_info() END \n"); # debug_message("#### do_complex_query.cfv - get_database_info() with get_date_info=true:\n" . node_as_string("v.temp_db_info") . "\n"); # delete_node("v.temp_db_info"); # debug_message("#### do_complex_query.cfv END \n"); =}