Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM ENVIO.TXT type SDF
Message
From
02/10/2008 18:19:09
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01352293
Message ID:
01352440
Views:
24
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform