Re: Problem with IN parameters to an Oracle stored procedure
- From: "joeNOSPAM@xxxxxxx" <joe.weinstein@xxxxxxxxx>
- Date: 7 Nov 2007 06:03:36 -0800
On Nov 6, 6:43 am, swetha <swethasiva...@xxxxxxxxx> wrote:
Hello all
I had earlier posted the same problem I am having on
comp.java.lang.programmer earlier and someone suggested this post
would probably fall better under this group. Here is the link to the
original post with the original post copy pasted below.
http://groups.google.co.in/group/comp.lang.java.programmer/browse_thr...
Since then I have changed the IN parameter to my stored procedure to
read as
clID IN TABLEA.CLIENTID%TYPE
instead of clientID, based on a suggestion to the earlier post and
have still had no luck.
Any suggestions are welcome.
Thanks
Swetha
what happens if you change the procedure definition to have all
the parameters defined as NUMBER, or NUMBER (20,0)?
Joe Weinstein at BEA Systems
.
- Follow-Ups:
- References:
- Prev by Date: Re: what if any are the recommended ways of accessing a database using jdbc from a c++ application?
- Next by Date: Re: JDBC Problem
- Previous by thread: Problem with IN parameters to an Oracle stored procedure
- Next by thread: Re: Problem with IN parameters to an Oracle stored procedure
- Index(es):
Relevant Pages
|