Showing posts with label paneli. Show all posts
Showing posts with label paneli. Show all posts

Friday, March 30, 2012

Importing word doc into ms sql server2005 database

Could some1 pls help me, how do I import a word doc into a sql server database, and it mus t be displayed in a panel

I need to know how to do it, step by step

Thanx to all that helpWink

The best way that I know of is to export the Word document as HTML and load that into a VARCHAR(MAX) column.