Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to copy text from Outlook message to VFP/SQL?
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01197095
Message ID:
01197134
Views:
18
This message has been marked as the solution to the initial question of the thread.
>I want to copy a body of a message from Outlook (HTML type) to a field in a VFP application. Then I will need to copy this message from the VFP field to another message in Outlook. The database of the application is SQL Server 2005. What type of field should I use in SQL Server to store this "HTML text"?

An HTML is just a text. You can use varchar(MAX) to store it.

>And what field in VFP app I could use to preview this message?

The Web Browser control can render HTML. See http://www.berezniker.com/x/EgI
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform