Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot create a cursor, syntax error
Message
From
06/12/2006 16:01:39
Spencer Redfield
Managed Healthcare Northwest, Inc.
Portland, Oregon, United States
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01175087
Message ID:
01175388
Views:
6
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform