Brandon Whalen wrote: > I've found that if I use a select statement and run that statement > through a callback function that I get incredibly slow response > times. > > I've tested my sql statement on the command line and its rather > fast.... >
The command-line shell is using exactly the same API functions and SQLite library that you are using. If the command-line shell is fast but your code is slow, I would first look for problems in your code.
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565