Search:

Type: Posts; User: ShaunakDesai; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    2,501

    Pass SQLXML object into Stored Procedure parameter

    The solution is as simple as creating the SQLXML object this way.

    SQLXML xmlParam = getConnection().createSQLXML().setString(XML_STRING);
  2. Replies
    3
    Views
    2,501

    Attempted solution with Jdbc4SqlXmlHandler

    I tried using Jdbc4SqlXmlHandler to create a SqlXmlValue type object to pass into the Stored procedure with XML type input parameter.

    Below are some snippets from my DAO:


    public class...
  3. Replies
    3
    Views
    2,501

    Pass XML input parameter into Stored Procedure

    I am trying to pass value for XML type input parameter into a stored procedure in SQL Server 2005 using Spring 2.5.6.

    When I supply a String value in the parameter, I get the following error:...
  4. Replies
    4
    Views
    1,164

    I haven't seen any API method to get to a...

    I haven't seen any API method to get to a specific header yet. But, there is a getHeaders() method which returns a Map for the message headers. You should be able to then use the...
Results 1 to 4 of 4