These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: passing xml parameter to sql server
PostPosted: Sat Aug 23, 2008 3:40 pm 
Newbie

Joined: Sat Aug 23, 2008 3:29 pm
Posts: 7
Hi,

Is it possible to pass xml parameter from hibernate to say sql server 2005? I need to, for example to do the following in sql server

create procedure sample
@xmldata ntext
as
sp_xml_preparedocument @document OUTPUT,@xmldata
.
.
.


@document is an handle to sql server xml representation of @xmldata which is xml input from the application. This helps in doing batch work in sql server without the need of number of round trips between java application and database. Does Hibernate support this ie being able to send xml parameter data?

Thanks in Advanace


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.