Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Increment Field
Message
From
11/04/2008 15:50:07
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01309981
Message ID:
01310060
Views:
34
>>This code give a syntax error:
CREATE CURSOR curtest (test1 I, test2 I)
>>*-- Add rows here
>>select test1, test2, recno() from (select test1, test2 from curtest)
>>It gives 'syntax error' in VFP9.
>>>
>>>Can you put your exact sample here please?
>
>You're missins a name for derived table which is required
>
>select test1, test2, recno() from (select test1, test2 from curtest) DeravedTableName
>
Now it works! Thank you.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform