On Thu, Feb 26, 2009 at 2:50 PM, J. R. Westmoreland <[email protected]> wrote: > Where do I find the source to the command-line tool. I looked but didn't see > it. > Sorry if this should be obvious. :)
download the source and search for it, or, you can browse the CVS tree. Here is the link to shell.c http://www.sqlite.org/cvstrac/rlog?f=sqlite/src/shell.c I am not very good with C, so there may be dependencies for it, but that should be a start. > > J. R. > > -------------------- > J. R. Westmoreland > E-mail: [email protected] > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Kees Nuyt > Sent: Thursday, February 26, 2009 12:05 PM > To: [email protected] > Subject: Re: [sqlite] manual with sample C programs > > > On Wed, 25 Feb 2009 19:51:07 -0500 (EST), Michael > ([email protected]) wrote: > >>Hello users group, >> >>I have been looking in the documentation for sample programs >>in C, but no luck yet. > > The source of the sqlite3 commandline tool may serve as an > example. Alternatively, you could take a look at the source > of fossil, a Distributed Revision Control, Wiki, and > Bug-Tracking application, which uses SQLite extensively. > > http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki > >>Could you tell me where can I find such documentation, >>or can you recommend some books. >>Thanks very much >> >>Michael R > -- > ( Kees Nuyt > ) > c[_] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- Puneet Kishor http://www.punkish.org/ Carbon Model http://carbonmodel.org/ Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/ Open Source Geospatial Foundation (OSGeo) http://www.osgeo.org/ Sent from: Madison WI United States. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

