Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Skip large number of records when Filter is in effect
Message
De
02/02/2000 01:13:37
 
 
À
01/02/2000 03:44:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00325473
Message ID:
00325994
Vues:
38
Try the following:

local i
select *, inc(@i) as rec_no from tmp1 where optimizedcondition;
order by sortname into cursor tmp
index on rec_no tag rec_no
seek 50000

where:

function inc
lparam x
x = x + 1
return x

Vlad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform