i want scriptcase macro which can replace mysql_num_rows();
to count number of rows which are in result set.
mysql_field_names() ===? macro in scriptcase to get field names of a table.
mysql_num_fields()===? macro in scriptcase to count number of fields in a table.
i want to replace all my mysql functions with scriptcase macros.