cancel
Showing results for 
Search instead for 
Did you mean: 

can I connect to Sybase using UDF and call stored procedure

Former Member
0 Kudos

My requirement is

I have two fields in under a root node, root can occue 0..unbounded.

<root>

<username>

<request>

</root>

I need to pass these as parameters to External Stored procedure which is in Sybase.

Can I do it using UDF? Please give some example

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

somebody pls give more inputs

Former Member
0 Kudos

Hi..

You can create JDBC lookups and you can execute stored procedure from there.

Refer useful documents.

/people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler

Thanks

Gaurav

Answers (1)

Answers (1)

Former Member
0 Kudos

try

you can call the receiver adapter which will do

try using PrepareCall instead of Statment/PreparedStatement..