Re: Nesting Level - What should I expect when executing after prep
- From: "joeNOSPAM@xxxxxxx" <joe.weinstein@xxxxxxxxx>
- Date: 31 Jan 2007 09:29:12 -0800
Hi. I am saying you should assume that *any* JDBC code you write
that executes a PreparedStatement (which includes CallableStatements)
will be executed via a stored procedure. If your PreparedStatement
is being asked to execute one of your stored procedures, that stored
procedure will always see the nesting level as > 1.
Your other alternative is to call your procedures with a plain
statement. You would have to send the procedure name and all
it's arguments as a single SQL string.
Joe Weinstein at BEA Systems
.
- Follow-Ups:
- Re: Nesting Level - What should I expect when executing after prep
- From: Joe Weinstein
- Re: Nesting Level - What should I expect when executing after prep
- References:
- Re: Nesting Level - What should I expect when executing after prepareC
- From: Joe Weinstein
- Re: Nesting Level - What should I expect when executing after prep
- From: Kimberly Blum
- Re: Nesting Level - What should I expect when executing after prepareC
- Prev by Date: Re: Nesting Level - What should I expect when executing after prep
- Next by Date: Re: Nesting Level - What should I expect when executing after prep
- Previous by thread: Re: Nesting Level - What should I expect when executing after prep
- Next by thread: Re: Nesting Level - What should I expect when executing after prep
- Index(es):
Relevant Pages
|
Loading