Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append Memo
Message
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
C# 4.0
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01508713
Message ID:
01508730
Views:
48
>I'm currently attempting to convert a VFP desktop application to C#. I'm running into a problem where the old app would append the contents of a zip file to a memo field of a VFP table. I need to duplicate this process using C# but I am unable to get the data to store correctly in the memo field. I've included some sample code for review. Any assistance is greatly appreciated. Thanks
>
>Old VFP Code:
>
>SELECT TBL_NAME
>APPEND BLANK
>APPEND MEMO test_field FROM ("c:\TMP277.ZIP") OVERWRITE
>
Do NOT store the content of the file into DBF.
Keep only the path to it.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform