Re: ibatis and bind variables

2007-09-24 Thread Larry Meadors
Depends on how you use it - if you use #variable# names, yes. If you use $variable$ names, no. Larry On 9/24/07, Neil Lott <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I'm using an oracle 9i DB with a Java component using iBATIS. Will iBATIS > take advantage of bind variables and do a soft

ibatis and bind variables

2007-09-24 Thread Neil Lott
Hi, I'm using an oracle 9i DB with a Java component using iBATIS. Will iBATIS take advantage of bind variables and do a soft parse? Here is the article I read concerning this: http://www.akadia.com/services/ora_bind_variables.html Thanks, Neil