Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Very slow VFP SQL Update
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01085361
Message ID:
01085507
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform