Re: Just Another Stored Procedure Question

2007-03-02 Thread Ted Schrader
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: ..

RE: Just Another Stored Procedure Question

2007-02-22 Thread Yusuf
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

Re: Just Another Stored Procedure Question

2007-02-21 Thread Larry Meadors
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 <

RE: Just Another Stored Procedure Question

2007-02-21 Thread Yusuf
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

Re: Just Another Stored Procedure Question

2007-02-21 Thread Jeff Butler
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

Re: Just Another Stored Procedure Question

2007-02-21 Thread Brad Handy
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