Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to block 1 field from APPEND FROM
Message
De
10/07/2000 17:04:22
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00389759
Message ID:
00390502
Vues:
15
Coming in late on this thread, but ...

How about ALTER TABLE and RENAME COLUMN (to 'xxxx') right before the append, and the rename the column back right afterwards?

Just a thought ...



>>>I am trying to append data from various files of varioius formats. for now: dbf, txt, cvs and txt.
>>
>>Just curious...whats a cvs file?
>
>er CSV - one of the COPY TO / APPEND FROM formats
>
>>
>>>I have tried using
>>>SET FIELDS TO ALL EXCEPT PKAD
>>>
>>>but the APPEND FROM command seams to ignore it.
>>>
>>>APPEND FROM (LCFILNAM) FIELDS ALL EXCEPT PKAD
>>
>>Try APPEND FROM (LCFILNAM) FIELDS EXCEPT PKAD
>>
>
>I get error #10 "Syntax error." Can you give an example?
-- John Kiernan
"Maybe Amelia Earhart was just stealing the plane".
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform