You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by "k. guita" <kh...@hotmail.com> on 2005/10/03 18:09:14 UTC

creating database with ibatis??

Hi everybody,

I use IBatis for my java project and I like it.
It's strong and powerful.

But how can I execute sql statements like: "create database" or "create 
table"?

Thanks for help.

Khaled G.



Re: creating database with ibatis??

Posted by Larry Meadors <la...@gmail.com>.
You could try using <update /> tags, but that is not supported with iBATIS.

Larry


On 10/3/05, k. guita <kh...@hotmail.com> wrote:
> Hi everybody,
>
> I use IBatis for my java project and I like it.
> It's strong and powerful.
>
> But how can I execute sql statements like: "create database" or "create
> table"?
>
> Thanks for help.
>
> Khaled G.
>
>
>