On 05/16/2012 05:57 PM, Petite Abeille wrote:

On May 16, 2012, at 12:49 PM, Baruch Burstein wrote:

sqlite3_column_count

Number of columns.

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

sqlite3_data_count

Number of rows.

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

Not so. It's the number of columns of data currently available.
Which is sometimes the same as sqlite3_column_count() and
sometimes zero.



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

Reply via email to