cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous JDBC Execute

Former Member
0 Kudos

Hello all.

I want to call a stored procedure in a synchronous way.

So I use the following XML :

  <StatementName5>
<storedProcedureName action=” EXECUTE”>
    <table>realStoredProcedureeName</table>
<param1 [isInput=”true”] [isOutput=true] type=SQLDatatype>val1</param1>
</storedProcedureName >  
  </StatementName5>

However I want to get ouput parameters that are a string and a boolean.

Documentation doesn' detail the Response structure I must use.

Can you help me ?

Thanks.

J.C.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

have a look at this weblog:

/people/siva.maranani/blog/2005/09/16/xi-how-to-on-jdbc-receiver-response

on how to find out the response easily

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (0)