liubin liu wrote:
> 1.)How does sqlite3's select work?

It works well. What specifically do you want to now?

> Does it need to seach for all the records?

Sometimes. Other times, it could use indexes to reduce the number of 
records a statement needs to look at. See:

http://sqlite.org/optoverview.html
http://sqlite.org/lang_explain.html

> 2.)Is there any relation between errno and the sqlite3's result code?

None.

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to