On Fri, Jul 25, 2008 at 5:23 AM, Alexey Pechnikov <[EMAIL PROTECTED]> wrote:
> > > Database servers such as Oracle or PostgreSQL have transactions log and > > > restore log. > > > > Those logs are effectively duplicates of the data or ways of > > reconstructing the data. SQLite has a transaction log for the last > > transaction only and only while it is progress. > > Can I get full log of sql statements for to sent it other network or store > to > outher device? Maybe sqlite3_trace() or sqlite3_profile() can help with what you're looking for here. Derrell _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

