On Thu, May 24, 2012 at 3:59 PM, Nick <[email protected]> wrote: > > Any way I could make my C program execute this query as fast as the > prebuilt command line tool does it? >
Have you tried compiling with the -DSQLITE_THREADSAFE=0 option? -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

