Thread
:
How to load a cursor from a stored procedure in DB2
View Single Post
#
5
(
permalink
)
02-27-2008, 06:28 AM
Eugene F
Posts: n/a
Re: How to load a cursor from a stored procedure in DB2
That's not going to work because DB2 LOAD command is not a SQL
statement and hence could not be driven by jdbc.
-Eugene
Eugene F