From: Iuri S. <iu...@iu...> - 2018-07-07 00:26:49
|
Hi there, What would be a derivative proc, which substitutes ns_column ? The piece of context is right bellow. Best wishes, I db_with_handle db { set trigger_column_list [list] for {set i 0} {$i < [ns_column count $db ec_custom_product_field_values]} {incr i} { lappend trigger_column_list [ns_column name $db ec_custom_product_field_values $i] } } |