How to edit a Word Document (.docx) stored in a SQL Server Table?
Here is the tentative work flow:
- Read BLOB from SQL Table through Ideablade
- Write BLOB to disk as .docx
- Open .docx using Word
- User makes changes
- Save .docx using Word
- Read .docx into BLOB
- Write BLOB back to SQL Table through Ideablade
All sample code is welcomed?
I am sure there are a lot of people doing this already.
Any other ideas on how to simplify this process?
I am using VB.NET, .NET 3.5 SP1, WinForm and SQL Server 2008.