soumyapanda has asked for the wisdom of the Perl Monks concerning the following question:

Hi All, Can anyone help me out in inserting data using mysqlpp. I want to insert data in bulks of 100 rows. I want insert some 10000 rows. After inserting i want to arrange the the datas in order of first coloumn and also i want to extract the data 100 rows at a time and print it into a text file.



How do i do batch insert and batch select?

Replies are listed 'Best First'.
Re: MySQLPP Batch Operations ...
by Corion (Patriarch) on Jul 29, 2011 at 13:14 UTC

    Take a look at DBI.