Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best and fastest way for making a cursor
Message
De
25/06/2007 08:08:44
Mike Yearwood
Toronto, Ontario, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP1
Divers
Thread ID:
01234669
Message ID:
01235307
Vues:
27
>Hi Srdjan,
>
>Try removing the alias c_test2 comment
>
>
>create table c:\temp\c_test (key I autoinc, value c(10))
>for i=1 to 100
>	insert into c_test (value) values (Sys(2015))
>next i
>index on c_test.value tag value
>close databases all
>use c:\temp\c_test && alias c_test2
>
>

Hi Hugo

I reused the above in another "proof" to Srdjan. I have to point out that there is a "rule" against using keywords for field names (key, value). Samples like that are why I try to point out to people that online samples are just samples, not gospel. :)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform