I want to speed up my app. Can I run SELECT statements within the  
context of a transaction. If so, how does one handle the query  
results? I would assume this cannot be done with sql_prepare,  
sql_bind, sql_step? Would I *have* to use sql_exec - such that a  
callback can be specified to handle the results? What am I giving up  
by using sql_exec vs sql_prepare, sql_bind and sql_step?

confused,
rosemary.

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

Reply via email to