Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot create a cursor, syntax error
Message
De
06/12/2006 16:01:39
Spencer Redfield
Managed Healthcare Northwest, Inc.
Portland, Oregon, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01175087
Message ID:
01175388
Vues:
7
May I suggest something that helps me?

I format my SQL field syntax in pseudo-columns. Yes, it looks strange at first but one gets used to it and the compiler doesn't care. These syntax errors become much easier to spot.
SELECT x.ssno ;
     , x.firstname ;
       x.lastname ;
     , x.idnumber ;
     , y.idnumber ;
     , y.imageid ;
    FROM ud_tbl x ;
    INNER JOIN it_tbl y ON x.idnumber = y.idnumber ;
    INTO CURSOR test
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform