Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Something Strange
Message
From
15/10/2003 07:55:20
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00838814
Message ID:
00838816
Views:
22
SELECT a.field1,a.field2,a.field3,b.field4 FROM modacad a,crsfinal b ;
WHERE a.mainkey=b.mainkey
INTO CURSOR crsmatch
you have to write your field names insted of "a.field1,a.field2,a.field3,b.field4"

Your mistake in your example you use one static key from a table and your cursor created from another table.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform