aspose file tools
The moose likes JDBC and the fly likes XML data type in SQL Server 2005 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "XML data type in SQL Server 2005" Watch "XML data type in SQL Server 2005" New topic
Author

XML data type in SQL Server 2005

Venkata Rajesh
Greenhorn

Joined: May 03, 2005
Posts: 9
Hi,

I have an xml column in a table. One of the stored procedures need to update the value in the xml column by appending few more nodes at the end of the existing value.

E.g.


is giving the below error:
XQuery [modify()]: An expression was expected

Note: @newXML can be of xml type or of varchar.

Please help me out!

Thanks in advance.
[ June 25, 2007: Message edited by: Venkata Rajesh ]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: XML data type in SQL Server 2005
 
Similar Threads
HTML:OPTIONS
Hibernate: one-to-one composite foreign key : Strange Scenario
Many-to-many probelm help
need to transfer productID from url to action class in struts 2
Out of Memory when testing a BMP Bean