hunterspot
Programmer
Hi all
Generally I set order before a select statement like this:
select company
set order to comp_id in company
select * from company where comp_id = [XXXXXXXXX]
Is there a way combining these 2 lines into one in the select statement?
If not can we set order for foxpro tables from asp.net?
Thanks for your time and help
Generally I set order before a select statement like this:
select company
set order to comp_id in company
select * from company where comp_id = [XXXXXXXXX]
Is there a way combining these 2 lines into one in the select statement?
If not can we set order for foxpro tables from asp.net?
Thanks for your time and help