Hi,
                 sqlite3_exec is a wrapper function for sqlite3_prepare / 
step, but which one of these is faster, I mean in terms of execution. 
sqlite3_exec should still call a callback function and do all the string 
handling !!


Also how do I use sqlite3_exec along with BLOB, I am currently using 
sqlite3_bind_blob after an prepare and then I do step, but for _exec how 
do I do it ??


Help this newbie..


Thank you

Reply via email to