Re: I guess one can not parameterize the table name

2005-06-28 Thread Brice Ruth
: Nathan Maves [mailto: [EMAIL PROTECTED]] Sent: Tuesday, June 28, 2005 11:44 AM To: user-java@ibatis.apache.org Subject: Re: I guess one can not parameterize the table name    Yes you can.    You need to use $value$ as well as use remapResutls=true    Nathan    On Jun 28, 2005, at 9:35 AM, Fol

Re: I guess one can not parameterize the table name

2005-06-28 Thread Nathan Maves
ve a sample showing how to use remapResutls=true Can't find it in the docs.. thanks From: Nathan Maves [mailto: [EMAIL PROTECTED]] Sent: Tuesday, June 28, 2005 11:44 AM To: user-java@ibatis.apache.org Subject: Re: I guess one can not parameterize the table name  Yes you can.   You need to use $v

Re: I guess one can not parameterize the table name

2005-06-28 Thread Brice Ruth
ple showing how to use remapResutls=true   Can't find it in the docs..   thanks   From: Nathan Maves [mailto: [EMAIL PROTECTED]] Sent: Tuesday, June 28, 2005 11:44 AM To: user-java@ibatis.apache.org Subject: Re: I guess one can not parameterize the table name   Yes you can.   You need t

RE: I guess one can not parameterize the table name

2005-06-28 Thread Folashade Adeyosoye
Thanks   Can you give a sample showing how to use remapResutls=true   Can’t find it in the docs..   thanks   From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 11:44 AM To: user-java@ibatis.apache.org Subject: Re: I guess one can not parameterize

Re: I guess one can not parameterize the table name

2005-06-28 Thread Larry Meadors
It is in the docs, but not very prominently. The $$ syntax should be used with caution because of it's obvious potential for SQL injection attacks. Larry On 6/28/05, Brice Ruth <[EMAIL PROTECTED]> wrote: > Is this in the Wiki? If not, maybe it ought to be? I guess I could check > myself ... :)

Re: I guess one can not parameterize the table name

2005-06-28 Thread Brice Ruth
Is this in the Wiki? If not, maybe it ought to be? I guess I could check myself ... :) On 6/28/05, Nathan Maves <[EMAIL PROTECTED]> wrote: Yes you can.   You need to use $value$ as well as use remapResutls=true   Nathan   On Jun 28, 2005, at 9:35 AM, Folashade Adeyosoye wrote: Such as   sele

Re: I guess one can not parameterize the table name

2005-06-28 Thread Ron Grabowski
select * from $value$ where TheStatus = 'ACTIVE' and type = COLOR --- Folashade Adeyosoye <[EMAIL PROTECTED]> wrote: > Such as > > > > select * from #value# where TheStatus = 'ACTIVE' and type = COLOR > > > > > > shardayyy > > > > > >

Re: I guess one can not parameterize the table name

2005-06-28 Thread Nathan Maves
Yes you can.You need to use $value$ as well as use remapResutls=trueNathanOn Jun 28, 2005, at 9:35 AM, Folashade Adeyosoye wrote:Such as select * from #value# where TheStatus = 'ACTIVE' and type = COLOR  shardayyy  

I guess one can not parameterize the table name

2005-06-28 Thread Folashade Adeyosoye
Such as   select * from #value# where TheStatus = 'ACTIVE' and type = COLOR     shardayyy