Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get year form date
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01043263
Message ID:
01043274
Vues:
13
>complete code is here it is not table it is cursor
>
>SELECT Summer.category,date, Student.*;
> FROM ;
>     summer ;
>    INNER JOIN student ;
>   ON  Summer.code = Student.code;
> ORDER BY Summer.lcode, Summer.sec;
>into cursor summert
>
>SELECT Summert.*;
> FROM ;
>     summert ;
>ORDER BY Summert.lcode,Summert.sec;
>WHERE YEAR(summert.date) = thisform.tyear.value
No metter if this a table or cursor the SELECT must works. Why you didn't do this in one select?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform