At 12:23 PM 1/29/04 -0600, Williams, Ken wrote:

   create_new_sqlite_database();
   $dbh->do("BEGIN");
   add_lots_of_rows_to_lots_of_tables();
   $dbh->do("COMMIT");


The correct syntax is;


$dbh->begin_work;

$dbh->commit;

Try them.

Scott







Utilities for POPFile, the OpenSource Mail Classifier
    http://www.geocities.com/Helphand1/popfile.htm


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to