: 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
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