yes, it works...
thanks a lot
>
> From: "Ionut Filip" <[EMAIL PROTECTED]>
> Date: 2004/08/21 Sat PM 09:16:36 GMT+07:00
> To: <[EMAIL PROTECTED]>
> Subject: RE: [sqlite] Very slow insert???
>
> Hello,
>
> > We have to insert ~ 8000 rows. It takes several minutes in P4 machine!!!
>
> Use precompiled statement(s) (see the docs) in a single transaction.
>
> Ionut Filip.
>
> ps: ... then tell us the difference ;)
>
> -----Original Message-----
> From: Buu Hao Tran [mailto:[EMAIL PROTECTED]
> Sent: Saturday, August 21, 2004 2:06 PM
> To: [EMAIL PROTECTED]
> Subject: [sqlite] Very slow insert???
>
>
> Hi all,
> We have to insert ~ 8000 rows. It takes several minutes in P4 machine!!!
> Pls help
>