Re: executing batch file

2007-06-01 Thread Richard Yee
athan Maves [mailto:[EMAIL PROTECTED] *Sent:* Thursday, May 31, 2007 11:31 PM *To:* user-java@ibatis.apache.org *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

RE: executing batch file

2007-05-31 Thread Zsolt Koppany
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: user-java@ibatis.apache.org Subject: Re: executing batch file Not quite sure what you are asking? Do you have

Re: executing batch file

2007-05-31 Thread Nathan Maves
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]> wrote: Hi, what ist he best way to execute a batch file? Does ibati