Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL-Insert
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00601657
Message ID:
00601975
Views:
26
You should be able to simply change your DSN or connection string to a VFP table. I have not had to use the appendchunk method to populate a VFP memo field. I just use the same method as other field types.

Recordset.fields("memofieldname").value = Request.Form("xcomments")


>Micheal,
>
>Thanks. I didn't get this till this morning, but it lines up with what I learned from Microsoft. The actual command to append data to a memo field is the following:
>
>Recordset.appendchunk(Request.Form("xcomments"))
>
>With your info and what I got from Microsoft, I should be able to dump this to an Access database. Any Idea how to get it into a foxpro database?
Michael McLain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform