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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Writing Java Stored Procedures for DB2 UDB 7.1

Status
Not open for further replies.

Justyn

Instructor
Oct 22, 2003
28
US
Hello experts,

I wrote a java stored procedure, and a client program to invoke the procedure.
I can invoke the procedure when I register it using "NOT FENCED" , but I can't do so by registering it as "FENCED".
So I cannot return ResultSets, and you know, NOT FENCED is dangerous to the database. Can anybody help me? Thanks a lot! :-(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top