I have a select * stored proc that I need to access from a jsp page. I am having difficulty setting up the output params and could use a little help. I dont get an error, but I do not get any data either.
Is there something wrong with my prepare or the registerOuts?
Table:
StoredProc:
JavaCode
David Yutzy
tumbleweed and gunslinger
Ranch Hand
Joined: Jun 29, 2001
Posts: 192
posted
0
Why wouldn't you just read the resulset instead of messing with out parameters?
Christian Schnepf
Greenhorn
Joined: Sep 25, 2001
Posts: 28
posted
0
I have been unsuccessful finding any examples on getting out put from params or results sets for SQL Server.