Changu,
From versions 2003 on, Word offers an option to Save As XML and will also
reload documents saved in this format.
If you are using the Word object model (requires a COM tab reference) in
your C# code, you can do this programmatically.
Storing in the database you would do as you would store any string of data.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"chandu" wrote:
> Hello,
>
> i need to convert a word doc into xml format and need to store that xml doc
> in to a sqlserver database..
> how to convert a word doc to xml and after retrieving that xml doc from
> database table how to back to word form and place it in a doc..
>
> thanks a lot..
>
>
>