> -----Original Message-----
> From: Helphand [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 29, 2004 8:06 PM
> To: Williams, Ken; SQLite-Users (E-mail)
> Subject: Re: [sqlite] Error on commit
> 
> 
> 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;

Yeah, I made that switch yesterday actually, and it didn't change anything.

 -Ken

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

Reply via email to