On Tue, Aug 24, 2004 at 06:58:32PM +0200, Holger Brunck wrote: > > In my case I skip the sqlite_step() command, but I assume that the > sqlite_compile() command is the important one.
You have to call sqlite_step(), or the database engine never does anything. Cheers, Matt