Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select RECNO() puzzler
Message
From
14/08/1998 19:55:50
 
 
To
14/08/1998 16:16:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00126709
Message ID:
00127093
Views:
32
>>You can use local aliases.
>> SELECT RECNO("Cust") AS CustRecNO, RECNO("Ord") AS OrdRecNo ;
>> FROM customer Cust, order Ord;
>> WHERE Cust.custid = "001" AND ;
>> Ord.orderid < "999"
>>Does that work for you?
>
>Charlie,
>
>Thanks for your reply.
>
>I have not been able to make it work. What is selected as the RECNO() in each case is the record in customer or order what was initially being pointed to when the SELECT command was issued. For instance, if the pointer in customer.dbf was at record 100 and the pointer in order was at record 50 when you issued the SELECT command as above, you would get two columns as follows:
>
>100     50
>100     50
>100     50
>100     50
>
>for as many records as were selected.
>
>I may not be doing it right, but my code seems to be like your example.
>
>regards,


This code will not work. SQL SELECT often does a USE AGAIN ALIS whatever on a table, so you never know what the alias of the Cust table will be.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform