"Maria" <[email protected]> wrote in
message news:[email protected]
> Hi, I'm using SQLite 3.6.13.
> Although I turn on vdbe trace(> PRAGMA bdbe_trace=ON;) and type select
> statement, it doesn't show any trace.

PRAGMA vdbe_trace only works in a debug build (see 
http://sqlite.org/vdbe.html#trace). It won't work in pre-built binaries, 
you need to build SQLite yourself.

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to