On Fri, 24 Aug 2012 20:22:43 -0700 (PDT), u okafor <uo07...@yahoo.com>
wrote:

>We am still working on the CREATE TABLE exercise .. our Visual Studio project 
>will not  
>breakpoint in certain places - something about pre-processor directives and/or 
>compile/link
>optimization techniques used; for an alternative, we want to trace the 
>flow from the begining
>to end for CREATE TABLE, is there any way to do this? That is, simply display 
>each method
>or function in the order in which it was called?
>rkkuzo


Although you will not need the ztail feature, 
this sample code by Gary "ChunkyKs" Briggs might
help to you get started:

http://icculus.org/~chunky/stuff/sqlite3_example/sqlite3_example_ztail.c

He has more examples:
http://icculus.org/~chunky/stuff/sqlite3_example/

Thanks Gary!

-- 
Regards,

Kees Nuyt
AKA datadigger in IRC channel #sqlite on chat.freenode.net
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to