Hi everybody,
I use a CallableStatement to run my stored procedure, and I would like
to retrive the columns name of the result.
So I try to use the getMetaData method of my CallableStatement, but it
returns me null futhermore than le callablestatement returns data.
How can I do to retrieve my columns names ?
Thanks
Thomas
Joe Weinstein - 05 Nov 2003 16:19 GMT
> Hi everybody,
>
[quoted text clipped - 6 lines]
>
> Thomas
What DBMS and what JDBC driver? Show the procedure too, if you can.
Joe Weinstein at BEA