Hi,

Is there anyway to execute a list of SQL statements in a batch mode using dbi?  I just 
don't want to write codes like 
$dbh->do($sql1); $dbh->do($sql2); $dbh->do($sql3) ... .  Can all SQL statesment be 
combined into a large string, and then be executed using one $dbh->do($sqls) ? 

Regards
Haifeng

Reply via email to