sc_exec_sql(“update table_a set name=‘abc’ where id=‘1’”);
when i execute this query how to know how many rows effected.
i’m using sc macros.
Think Albert is saying that u should use SQL instead, not much of a code change then u can echo the results