Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM [SQL Cursor]
Message
From
22/12/2008 09:27:50
 
 
To
22/12/2008 09:25:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01369081
Message ID:
01369107
Views:
45
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform