Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending to DBF from a Remote View
Message
From
20/12/2007 19:23:13
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01276924
Message ID:
01276932
Views:
25
>>I am trying to append records from a remote view into an empty DBF that has only the needed columns. I tried the APPEND FROM command but it keeps putting a .DBF extention on the view name and then saying it can't find it. It also did this when I used an Alias name for the view. How is the syntax different when you append from view as opposed to appending from another DBF?
>
>Try
>APPEND FROM (DBF("MyView"))
>* Or
>INSERT INTO mytable (<field list>)
>SELECT <field list> FROM MyView
>
I temporarily forgot about Fox's powerful SELECT-SQL command; I think I'll go with that one.
Thanks Sergey!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform