sqlite-users  

Re: [sqlite] How to discover the state of a statement

Dan Kennedy
Fri, 05 Feb 2010 07:07:23 -0800

On Feb 5, 2010, at 8:09 PM, Israel Lins Albuquerque wrote:

> I want to now if a statement are in a valid row.

I think the test is (sqlite3_data_count(pStmt)>0).

   http://www.sqlite.org/c3ref/data_count.html

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