Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending to DBF from a Remote View
Message
De
20/12/2007 19:08:41
 
 
À
20/12/2007 18:26:05
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01276924
Message ID:
01276929
Vues:
25
This message has been marked as the solution to the initial question of the thread.
>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
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform