Ulrich Telle - 2006-10-28

Logged In: YES
user_id=189440

Just to clarify: wxSQLite3 is independent of wxSQlite. wxSQLite3 is a component of the
wxCode project (http://wxcode.sourceforge.net). wxSQLite3 supports version 3.x of SQLite
while wxSQLite supports version 2.x.

Right from the first version of wxSQLite3 the class wxSQLite3ResultSet had a method
GetColumnCount.

There is no method GetRowCount since SQLite itself does not provide this information. The
total number of rows in a result set is not known until the whole result set has been read.

Regards,

Ulrich
(Author of wxSQLite3)