On 05/16/2012 05:49 PM, Baruch Burstein wrote:
sqlite3_column_count
sqlite3_data_count

What is the difference between the two?

sqlite3_data_count() will return zero if the statement handle
does not currently point to a row of data. For example if it
has just been prepared or reset, or if the last call to sqlite3_step()
returned something other than SQLITE_ROW.


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

Reply via email to