Hi all
I tried to use the sqlite3_prepare to increase my performances during 
requests for both writing / reading.
The strange thing is that when using prepare on a request used many 
times with many parameters (many times = 384 max, many parameters = 15) 
it os slower than simply using the sqlite3_exec.
Did I miss something?
Should I be aware of some tricks about prepare?
Many thanks
toms

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to