ASP.NET 1.0 and 1.1 ProfessionalFor advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
1)You need to save Microsoft Word as an XML uisng Microsoft automation process. http://www.devx.com/dotnet/Article/1...L#codeitemarea
2)After the document is in XML then import XML document into SQL server2005 http://www.codecomments.com/archive3...11-708293.html
3)If your able to complete the above step successfully then you should be able to retreive XML data from the database without any problem and that shouldn't be big deal.
Hard part is step 1 & 2. If you can finish them then its all normal coding from then.