Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Re: DB2 Stored Procedure

Status
Not open for further replies.

veeragv

Programmer
Jun 5, 2001
1
US
Hi,

I am calling a DB2 stored procedure written in "C" (OS 390) from Java (AIX) using the callable statement. I am passing 2 output parameters back to the calling program. One of the output parameters is integer and other is char(80). I don't know for some reason the performance is very bad with the second character output parameter. 85 to 90% of the processing time has been spent on the SQLBindOutParameter method.

I would appreciate if someone help me in figuring out what the SQLBindOutParameter method does and ways to improve the performance.

I am not sure whether any of the db2connect parameters needs to be altered.

Thanks,
Veera
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top