I've tried both with and without the ; but still not working.
Probably need to look for different oracle jdbc drivers.

Thx,
gave
 

-----Original Message-----
From: Clinton Begin [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 18, 2005 12:23 PM
To: ibatis-user-java@incubator.apache.org
Subject: Re: Multiple sql statements inside a single mapped statement

Only if your JDBC driver supports it.  E.g. Oracle does, MySQL doesn't.

Cheers,
Clinton


On Fri, 18 Mar 2005 12:11:59 -0800, Gabriel Rosu <[EMAIL PROTECTED]> wrote:
>  
> 
> Hi guys,
> Anybody knows if there's a way to have multiple sql statements inside 
> a single mapped statement, some like this:
> 
> <statement ....>
> Insert into table1(...) values(...)
> Insert into table1(...) values(...)
> .. 
> </statement>
>  
> 
> Thx,
> gabe

Reply via email to