I have recently made a couple of posting related to using DBI to insert and update data in a database. From working with the files I've been using I have noticed one thing. That the inserts are going line by line.
Is there any way to do an insert of more than one line (batch loading) of data into the database from a file?