Having a problem where 2 UDF's in one SQL cause a crash in my application (Excel) originating from SQLite. This is on Windows 7 with the latest SQLite version. I have a sqlite3.dll compiled with these compiler options:
-DSQLITE_DEBUG -DSQLITE_MEMDEBUG -DSQLITE_OMIT_LOOKASIDE I can run PRAGMA vdbe_debug = 1 But how do I see now any useful debugging information that could make me understand this crash? I am not a C programmer. Is there an option somewhere to dump a log file? RBS