Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select problem
Message
From
28/07/2003 15:24:41
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00814252
Message ID:
00814284
Views:
7
this is my code
when i do
select * from ffconsol where ident = 21018
its work i obtains one record

but when i do that

SELECT FFCONSOL.MAWB_MBL,;
APD.DESCR AS DEPART,;
APA.DESCR AS ARRIVAL;
FROM FFCONSOL;
JOIN FFAIRPT APD ON FFCONSOL.DEPART_PORT = APD.CODE;
JOIN FFAIRPT APA ON FFCONSOL.ARRIVAL_PORT = APD.CODE;
WHERE FFCONSOL.IDENT = 21018;
INTO CURSOR LABEL_4 READWRITE

it doest work
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform