Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select
Message
From
18/02/2008 02:24:04
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Select
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01293379
Message ID:
01293379
Views:
53
hi all,
i try to select from 2 tables via this code but i see all the file

thanks for help
  SELECT  TAlias1.sno,TAlias1.fexerno,TAlias1.EMPNO,;
         TAlias1.date1,TAlias1.place1,TAlias2.empname,TAlias2.empno ;
             FROM trans1 TAlias1, emp1 TAlias2 ;
   WHERE  TAlias1.empno =  TAlias2.empno   ;
          into cursor crsMyCursor readwrite
Next
Reply
Map
View

Click here to load this message in the networking platform