Re: [sqlite] writting a text file from sqlite db in C

2009-03-21 Thread Kees Nuyt
On Fri, 20 Mar 2009 08:12:28 -0400 (EDT), mrobi...@cs.fiu.edu wrote: >Thanks for your help. > >I checked those sites, and I worked with sqlite3.exe using the command >line tool, no problems, however I can not find anywhere samples of how to >applied these commands in C. > >Thru trial and error, I

Re: [sqlite] writting a text file from sqlite db in C

2009-03-20 Thread mrobi002
Thanks for your help. I checked those sites, and I worked with sqlite3.exe using the command line tool, no problems, however I can not find anywhere samples of how to applied these commands in C. Thru trial and error, I can now use sqlite3_open(), sqlite3_close(), to open and close databases as

Re: [sqlite] writting a text file from sqlite db in C

2009-03-12 Thread Kees Nuyt
On Thu, 12 Mar 2009 19:06:52 -0400 (EDT), mrobi...@cs.fiu.edu 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?

[sqlite] writting a text file from sqlite db in C

2009-03-12 Thread mrobi002
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" Also, is there a place to find C sample code for Sqlite? Thank you very much Michael ___ sqlite-users mailing list sqlite-users@sqlite.org