Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM SQL Cursor Errors Out
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00323854
Message ID:
00323870
Views:
22
>You might be able to do:
>
>
SELE curTemp
>pcDBF = DBF()
>
>SELE MyNewDBF
>APPE FROM (pcDBF)
>
>-this will use the actual file path of the cursor.
>HTH!
>Mark
>

Mark, you could just do APPEND FROM (DBF('cursorname'))

That way you don't have to worry about changing current areas, etc.


>>Is there a way to APPEND FROM a CURSOR?
>>
>>When I try to open a table and APPEND FROM curTemp, I get the following...
>>
>>"File 'c:\...\curTemp.dbf'does not exist"
>>
>>When I try to APPEND FROM CURSOR curTemp, I get...
>>
>>"Command contains unrecognized phrase/keyword"
>>
>>TIA, Chuck
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform