Zsolt,
Why do you need iBATIS to do this at all. Can't you just run the file as
a SQL script?
-Richard
Zsolt Koppany wrote:
Nathan,
I mean an external file.
INSERT ….;
INSERT ….;
DELETE …;
Zsolt
------------------------------------------------------------------------
*From:* Nathan Maves [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, May 31, 2007 11:31 PM
*To:* [email protected]
*Subject:* Re: executing batch file
Not quite sure what you are asking? Do you have an external file with
statements in it that need to be executed? Or are you asking if ibatis
can do batch inserts/updates ?
Nathan
On 5/30/07, *Zsolt Koppany* <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
Hi,
what ist he best way to execute a batch file? Does ibatis support it? If
not, could spring help me?
Zsolt