Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL SELECT on Cursors
Message
De
10/09/2001 08:12:34
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
10/09/2001 08:08:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00554562
Message ID:
00554564
Vues:
14
>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.

Richard,

Everything looks ok in your statement and yes, you can select from cursors. My first inclination would be to think that the directory Output doesn't exist from where your default is at the time you run the code. Debug just before that point and see what your default path is and that it's what you want it to be.

Renoir
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform