Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select problem
Message
From
28/07/2003 14:29:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Select problem
Miscellaneous
Thread ID:
00814252
Message ID:
00814252
Views:
36
So i have two table

PLAN
============
ident i
depart c(20)
arrival c(20)

values
------
-1,mon,tor


AIRPORT
=============
code c(20)
name c(50)

values
------
-mon,montreal
-tor,toronto

so the field arrival and depart is the same of airport.code.


so i want to have one cursor for this two table

ex :

ident = 1
depart = montreal
arrvial = toronto


thks
Next
Reply
Map
View

Click here to load this message in the networking platform