> Can anyone give me a reference to where I can get some detail information
on
> returning a resultset from an Oracle Stored Procedure to a JSP program? I
> have found many samples of how to do this on the JSP side, but no
> information on how to write a Oracle Stored Procedure that returns a
> Resultset.
Bob,
You need to go to your Oracle documentation on this. And, depending on
the version of Oracle this may be a problem. I don't think Oracle in
versions prior to 8x supported returning result sets from stored procs. I
know I've found some ugly work arounds when trying to do the same from C++
apps via ODBC.
Bob
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>