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? Is there a underlying access point under the SQLMapperClient? Thank you for your time! Paule