Hi everyone,

I need to insert data retrieved from a dataset into a mysql database. The way I have it right now loops through the data... builds an insert query, and then executes the query. Is there a more efficient way to do this, like a bulk insert.

Thanks in advance,

Ed.