Hm, I wouldn't use iBATIS for this at all - Oracle has bulk data loading tools that would do it WAY faster - if you can get the access data ot to a file in the right format.
Heck, even generating a SQL script with a bunch of insert statements would be faster. Larry On 12/8/06, Graeme J Sweeney <[EMAIL PROTECTED]> wrote:
On Fri, 8 Dec 2006, puneet arya wrote: > you can use directly JDBC ....to insert data from access to database without using IBATIS For one table you're probably right. I use abator, if I have to do this type of a task. -- Graeme -
