Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP60-Views
Message
 
To
12/10/1999 15:53:28
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00275563
Message ID:
00275626
Views:
26
>I am just curious where did you find such command, I don't see it in the help.
>
>>>I have a remote view defined in my database container. How do I copy the data from my view to a table? I was trying to APPEND FROM but is not working. Thank you in advance.
>>
>>You can
>>
>>APPEND FROM DBF("MyRemoteView")

Morys,

DBF() is in the help file, it returns the physical file name for a cursor (that is a view, cursor, table that is currently open).

When you open a view named MyView then MyView is the alias name for the work area the views resides in. It is not the name of the physical file that holds the data, that file is named something like C:\Temp\1123428.tmp.

The APPPEND FROM connad requires a physical file name and so you need to use the DBF() function to get the physical file name for the view.
Previous
Reply
Map
View

Click here to load this message in the networking platform