logo       

Re: [sqlite] Statements that return a result set?: msg#00865

sqlite-users

Subject: Re: [sqlite] Statements that return a result set?


On Jul 30, 2009, at 5:12 PM, Robert Villanoa wrote:

> Hi folk,
>
> I am new to SQLite, and I have a question: In SQLite, is there a
> statement apart from SELECT statement that can return a result set?
> Or the SELECT statement is the only statement that can return a
> result set?


As well as the answers from other posters, there is this:

http://www.sqlite.org/pragma.html#pragma_count_changes

Setting this pragma causes INSERT/UPDATE/DELETE to return
a result set of 1 row.


>
> Thank you for reading my question!
>
> Robert.
>
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@xxxxxxxxxx
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | Mail Home | sitemap | FAQ | advertise