> See the "Pager" data structure and associated variables and functions > in "sqlite-3.5.x/src/pager.c".
OK, it seems that the number I am interested in is stored as part of the Pager
struct:
int nPage; /* Total number of in-memory pages */
Now I just have to figure out how to access this number reliably.
Many thanks,
Ralf
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

