Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Y2K problems with where between with xx/xx/00 dates
Message
De
05/03/2000 14:42:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Y2K problems with where between with xx/xx/00 dates
Divers
Thread ID:
00341899
Message ID:
00341899
Vues:
50
When I try to reterive data using the WHERE BETWEEN too dates it doesn't work with data that is enterd
after Y2k. My records in my solddate feild after y2k are like 01/07/00. How do I make it work?
I'm using vfp5.0 do i need to upgrade or download a patch, Or use somthing other then between

SELECT SUM(Inv.soldprice);
FROM Inv;
WHERE Inv.solddate BETWEEN setdate1 AND setdate2;
into array sales
thisform.sales.value = sales(1,1)

Thanks Kelly
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform