Hello,
I am trying debugging my application ( Sqlite reports no errors after a CREATE query, but the table does not exist ). I'd like to use sqlite3_trace() function, but the documentation does not have the expected args, neither does the mail archives. Can someone explain to me briefly what the xTrace() args are at runtime, and the args for sqlite3_trace() as well? Thanks, Kervin

