Hi All,
I'm quite new to SQLite, but like it very much.
I am trying it out for an existing applicationm which seems good, but I have one problem:
How do I get the number of rows in the result set after having called sqlite3_prepare( ... ) ? Of course I could call sqlite3_step() until no more rows are returned, but isn't there a better way ?
Thanks,
Leif

