Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_DBSkip() vs. SKIP
Message
 
À
01/12/1999 20:28:19
Juan Kh
Dataprop Technologies
Sungai Petani, Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00297701
Message ID:
00297781
Vues:
21
Hi Juan,

>Would it be better to write a C fll to perform this? My worry is that calling back to VFP (_DBSkip()) would yield the same speed, eventhough I can expect speed increase in other calculations.

Probably not. The _DB functions are almost unchanged since 2.5. They have numerous bugs that don't get fixed and only can work in the default datasession. I haven't tested whether they correctly work with buffering and transactions, but I would at least be careful about such an assumption.

If you have time consuming calculations, put them into a DLL or an ActiveX control (they are faster to call), but leave the data handling in VFP.

Christof
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform