Programming Guide |
Sets bits for validation after SELECT statements are executed
#include <tmusubs.h>void dm_val_relative(void);
dm_val_relative
sets validated bits, and can be called after successful lookup/validation when using validation links. Because this function uses the data structure generated by dm_gen_sql_info for validation, you should calldm_val_relative
before calling dm_free_sql_info to free the data.