Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select
Message
From
10/03/2004 03:17:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Select
Miscellaneous
Thread ID:
00884738
Message ID:
00884738
Views:
49
Hi to all,

any other way to this statement to make it fast.
i need a replacement for this statement co'z it's very slow.
please help

thanks.

select a.vendno,a.company,a.drno,a.rcno,a.purno,a.loctid,;
a.adddate,a.addtime,a.adduser,a.org_rcno,b.item,b.qtyrec,b.umfact,;
b.umeasur,b.cost,b.lineno,b.taxrate,b.qtyord,b.qtyrec2,;
b.disc,b.qtyopen;
from po_main a, po_detail b ;
where alltrim(a.purno) == Lcvalue and alltrim(a.rcno) == Lcvalue2 and ;
a.purno == b.purno and a.rcno == b.rcno AND b.qtyrec2 != 0 into cursor cur_temp

select cur_temp
go top
scan
insert into ictran01 (..,) values (cur_temp.,,,)
select cur_temp
endscan
Next
Reply
Map
View

Click here to load this message in the networking platform