Hi All, I am using the sqlite3_trace to track down a bug. It is lacking a vital information that is needed for tracing. The stmt handle is necessary in order to identify related statements. Notice the sqlite3_stmt that I have added below.
void *sqlite3_trace(sqlite3*, void(*xTrace)(void*,const char*, sqlite3_stmt*), void*); Thankd, -Alex _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users