Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Random quote for the day..
Message
 
 
À
11/04/2009 22:21:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01394387
Message ID:
01394410
Vues:
87
>What's a better way to do a random "quote for the day"?

What is your back-end?

In SQL Server to generate a random record you will use

select top 1 * from myTable order by NewID()

In VFP I would agree with Sergey about generating random record using rand() function.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform