Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND FROM ENVIO.TXT type SDF
Message
De
02/10/2008 18:19:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01352293
Message ID:
01352440
Vues:
23
>I will recreate the second DBF to make sure they are equal
>
>Is there any other idea to append data to a DBF by email ?

How about sending and receiving it as an XML file? I don't think you can append from an XML file (I've never worked with them) but I would imagine you could
XMLTOCURSOR(received file,tempfile)
USE sending2
APPEND FROM tempfile
As I said, I've never done this so you'll have to work out the correct parameters in CURSORTOXML() and XMLTOCURSOR() to get everything synched.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform