Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL SELECT on Cursors
Message
From
10/09/2001 09:05:35
 
 
To
10/09/2001 08:08:21
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00554562
Message ID:
00554593
Views:
15
You don't say how the cursor is created.

In any case, you might try DBF("tempcur") in the FROM clause to see if that helps.

Good luck,

JimN

>Hi guys,
>Can you use SELECT SQL statement on cursors? I have a cursor called tempcur and I had this satement :
>
>SELECT tempcur.clerk, tempcur.rates;
> FROM tempcur;
> GROUP BY clerk;
> ORDER BY clerk;
> INTO DBF output/entries
>
>
>I get an error message "Invalid path or file name" when I run the form. What's wron with this? I would be glad of any help from you guys.
Previous
Reply
Map
View

Click here to load this message in the networking platform