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:23:13
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:
01276932
Vues:
23
>>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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform