Re: Transfer sql scripts to database with iBatis

2009-04-09 Thread qujinlong.feed
: user-java 抄送: 主题: Transfer sql scripts to database with iBatis Hello! I'd like to setup my database before accessing it with iBatis. Therefore I'd like to execute a SQL script (triggers, stored procs, functions, table creation) on my database, which will be sent using iBatis. Is ther

Transfer sql scripts to database with iBatis

2009-04-08 Thread slayer81
Hello! I'd like to setup my database before accessing it with iBatis. Therefore I'd like to execute a SQL script (triggers, stored procs, functions, table creation) on my database, which will be sent using iBatis. Is there a way to directly send and execute this data? Or do I have to use JDBC? I