Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete records between a time range
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00806306
Message ID:
00806511
Vues:
28
Hi Soykan,

It's better to start new thread for unrelated questions.
In short, you would use ADIR() to get the list of files you're interested in. After that you would loop through array and check file dates. Or you can append file list to a cursor and use SELECT to filter them.

>Hi Sergey i am inserting but,
>i want to do this things
>
>1-wantto backup my test.dbf for eg. if date() > fdate('test.dbf') > 30 and only between date() - (date()- 30) how ?
>
>2-wantto erase if date() > fdate('test.dbf') > 30 ;
> delete records between date() - (date()-30) how ?
>
>i know answer is secret in the question :) but i wantto be sure
>
>TIA
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform