HI Rob,
My question is .. if we want to select more fields from a table we will be using those required fields in the select statement. (we do this to overcome select * method which we normally do)
Is there any alternative way to avoid defining some 50 to 100 fields in select statement while fetching records from table ??