Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND FROM [SQL Cursor]
Message
De
22/12/2008 09:27:50
 
 
À
22/12/2008 09:25:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01369081
Message ID:
01369107
Vues:
41
>I apologize for being too specific, but you noticed that (DBF(...)) should be in parentheses?
>
>Hi Ed,
> No need for an apology!
> Yes, I noticed this. I changed my code from:
>
> SELECT DBF("MyCursor")
>
>to
>
> SELECT (DBF("MyCursor"))
>
>and it still did not work.
>
> Best regards, Chaim

No, SELECT is fine. You should put DBF() in parentheses in Append From line, i.e.
Select mycursor1
Append From (dbf('mycursor2'))
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform