Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very slow VFP SQL Update
Message
From
11/01/2006 05:08:41
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01085361
Message ID:
01085513
Views:
18
>Hi,
>
>I see you solved the slow SQL but this wouldn't have worked anyway:
>
>select c_memo
>scan for updflag = 'U'
>  select bsmemo
>  if seek(c_memo.k_seqno)
>    replace textln with c_memo.textln
>  endif
>endscan
>
>since you're not re-selecting c_memo after the replace....
>
>Regards,
>Viv

endscan reselect it
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform