Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I import a word doc into memo field
Message
From
20/04/2015 04:27:50
 
 
To
20/04/2015 04:14:18
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01618713
Message ID:
01618733
Views:
34
>>Yes you can but the only way you can view it is in word. You could use automation to open word and see the document But as Boris says better to store a link to the document location.
>
>Would you enlighten me how to do this with MS SQL Server so that I have access from somewhere else?
>
>;)

You can store the contents in a varbinary(max) column with the FILESTREAM attribute
( you will need a filestreamgroup on the database level)

To view/edit the doc file, you need to put the contents of the column into a temp file
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform