Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cartesian join produces 0 records
Message
 
 
To
30/01/2006 12:14:34
Alan Harris-Reid
Baseline Data Services
Devon, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01091514
Message ID:
01091707
Views:
13
>I have two cursors, each containing one record, which I would like to join to produce a third single-record cursor using SELECT * FROM Cursor1, Cursor2 INTO Cursor3.
>The problem is that Cursor3 contains zero records, when I expected the cartesian join to produce 1 record.
>For the record, Cursor1 is created via SQLExec(), Cursor2 is created using SELECT * FROM (remoteview) INTO CURSOR Cursor2 READWRITE.

Hi Alan,

I suspect that one of the cursors (Cursor1, Cursor2) is empty.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform