yusuf
-Original Message-
From: Larry Meadors [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 22, 2007 12:37 PM
To: user-java@ibatis.apache.org
Subject: Re: Just Another Stored Procedure Question
You misread Brad's comment, i think.
You have this:
You need to have this:
..
2, 2007 12:37 PM
To: user-java@ibatis.apache.org
Subject: Re: Just Another Stored Procedure Question
You misread Brad's comment, i think.
You have this:
You need to have this:
..which may still not work because of the "." characters in the name.
Larry
uary 21, 2007 7:56 PM
To: user-java@ibatis.apache.org
Subject: Re: Just Another Stored Procedure Question
Yes, also...
- If you use a parameterMap, then use question marks as parameter
markers
- Else use parameterClass and the # syntax
You can't use both.
Jeff Butler
On 2/21/07, Brad Handy <
iginal Message-
From: Jeff Butler [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 21, 2007 7:56 PM
To: user-java@ibatis.apache.org
Subject: Re: Just Another Stored Procedure Question
Yes, also...
- If you use a parameterMap, then use question marks as parameter
markers
- Else use paramete
Yes, also...
- If you use a parameterMap, then use question marks as parameter markers
- Else use parameterClass and the # syntax
You can't use both.
Jeff Butler
On 2/21/07, Brad Handy <[EMAIL PROTECTED]> wrote:
It seems to me this configuration is the problem:
{
call EKA.S
It seems to me this configuration is the problem:
{
call EKA.SISTEM_KONTROL_SPAJ.GENERATE_COUNTER (
#hasil:varchar#,#msco_number:number#, #lca_id:varchar#,
#prefix:varchar#,
#suffix:varchar#, #length:number#)
}
You're using the "parameterClass