On Thu, 12 Mar 2009 19:06:52 -0400 (EDT), [email protected] wrote: >Hi everybody, > >I would like to find the exact code in C to >output to a text file, data from a sqlite db in "C"
Try the source for the sqlite command line tool. >Also, is there a place to find C sample code for Sqlite? Apart from the sqlite command line tool, I can recommend the source of fossil, which does all its magic around a SQLite database: http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki Also, there is some code in the SQLite wiki: http://www.sqlite.org/cvstrac/wiki?p=SampleCode >Thank you very much > >Michael -- ( Kees Nuyt ) c[_] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

