Re: [sqlite] manual with sample C programs
there are many errors in the codes. but still worthwhile to go through them carefully. liubin liu wrote: > > This's very good! > > I just download the codes from here: > http://www.apress.com/book/downloadfile/2847 > > > dcharno wrote: >> >>> Could you tell me where can I find such documentation, or can you >>> recommend some books. >> >> "The Definitive Guide to SQLite" by Michael Owens explains the SQLite >> API in detail and provides a number of samples in C. >> ___ >> sqlite-users mailing list >> sqlite-users@sqlite.org >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> >> > > -- View this message in context: http://www.nabble.com/manual-with-sample-C-programs-tp22215461p22282476.html Sent from the SQLite mailing list archive at Nabble.com. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] manual with sample C programs
This's very good! I just download the codes from here: http://www.apress.com/book/downloadfile/2847 dcharno wrote: > >> Could you tell me where can I find such documentation, or can you >> recommend some books. > > "The Definitive Guide to SQLite" by Michael Owens explains the SQLite > API in detail and provides a number of samples in C. > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > -- View this message in context: http://www.nabble.com/manual-with-sample-C-programs-tp22215461p22243521.html Sent from the SQLite mailing list archive at Nabble.com. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] manual with sample C programs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 P Kishor wrote: > hmmm... my amalgamation tarball does have shell.c separately from > sqlite3.c. You sure you got the right source? The .zip amalgamation only includes sqlite3.c, sqlite3ext.h and sqlite3.h. The .tar.gz amalgamation also includes the shell, configure and several other files. Roger -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkmnDNUACgkQmOOfHg372QR4IACdHlXXEm4DY86VJi9KXNbSkGnf y90An0p+PVvvTn8kiTqYeHuxPKVphecl =FBdE -END PGP SIGNATURE- ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] manual with sample C programs
I'm sure I have the right stuff but in my spooling through the file I could have over looked it. I also have a copy of the CVS tree and now I have the right file I'll look there. Much easier to find things. :) Thanks again, J. R. J. R. Westmoreland E-mail: j...@jrw.org -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of P Kishor Sent: Thursday, February 26, 2009 2:15 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] manual with sample C programs On Thu, Feb 26, 2009 at 3:06 PM, J. R. Westmoreland wrote: > Thanks, I got the amalgamated source and didn't see it there. I'll try that. hmmm... my amalgamation tarball does have shell.c separately from sqlite3.c. You sure you got the right source? > > > J. R. Westmoreland > E-mail: j...@jrw.org > > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of P Kishor > Sent: Thursday, February 26, 2009 1:58 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] manual with sample C programs > > On Thu, Feb 26, 2009 at 2:50 PM, J. R. Westmoreland 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: j...@jrw.org >> >> >> -Original Message- >> From: sqlite-users-boun...@sqlite.org >> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Kees Nuyt >> Sent: Thursday, February 26, 2009 12:05 PM >> To: sqlite-users@sqlite.org >> Subject: Re: [sqlite] manual with sample C programs >> >> >> On Wed, 25 Feb 2009 19:51:07 -0500 (EST), Michael >> (mrobi...@cs.fiu.edu) 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 >> sqlite-users@sqlite.org >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> >> ___ >> sqlite-users mailing list >> sqlite-users@sqlite.org >> 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 > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > -- Puneet Kishor http://www.punkish.org/ Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/ Carbon Model http://carbonmodel.org/ Open Source Geospatial Foundation http://www.osgeo.org/ Sent from: Madison WI United States. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] manual with sample C programs
On Thu, Feb 26, 2009 at 3:06 PM, J. R. Westmoreland wrote: > Thanks, I got the amalgamated source and didn't see it there. I'll try that. hmmm... my amalgamation tarball does have shell.c separately from sqlite3.c. You sure you got the right source? > > > J. R. Westmoreland > E-mail: j...@jrw.org > > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of P Kishor > Sent: Thursday, February 26, 2009 1:58 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] manual with sample C programs > > On Thu, Feb 26, 2009 at 2:50 PM, J. R. Westmoreland 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: j...@jrw.org >> >> >> -Original Message- >> From: sqlite-users-boun...@sqlite.org >> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Kees Nuyt >> Sent: Thursday, February 26, 2009 12:05 PM >> To: sqlite-users@sqlite.org >> Subject: Re: [sqlite] manual with sample C programs >> >> >> On Wed, 25 Feb 2009 19:51:07 -0500 (EST), Michael >> (mrobi...@cs.fiu.edu) 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 >> sqlite-users@sqlite.org >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> >> ___ >> sqlite-users mailing list >> sqlite-users@sqlite.org >> 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 > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > -- Puneet Kishor http://www.punkish.org/ Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/ Carbon Model http://carbonmodel.org/ Open Source Geospatial Foundation http://www.osgeo.org/ Sent from: Madison WI United States. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] manual with sample C programs
Thanks, I got the amalgamated source and didn't see it there. I'll try that. J. R. Westmoreland E-mail: j...@jrw.org -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of P Kishor Sent: Thursday, February 26, 2009 1:58 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] manual with sample C programs On Thu, Feb 26, 2009 at 2:50 PM, J. R. Westmoreland 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: j...@jrw.org > > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Kees Nuyt > Sent: Thursday, February 26, 2009 12:05 PM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] manual with sample C programs > > > On Wed, 25 Feb 2009 19:51:07 -0500 (EST), Michael > (mrobi...@cs.fiu.edu) 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 > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > 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 sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] manual with sample C programs
On Thu, Feb 26, 2009 at 2:50 PM, J. R. Westmoreland 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: j...@jrw.org > > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Kees Nuyt > Sent: Thursday, February 26, 2009 12:05 PM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] manual with sample C programs > > > On Wed, 25 Feb 2009 19:51:07 -0500 (EST), Michael > (mrobi...@cs.fiu.edu) 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 > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > ___ > sqlite-users mailing list > sqlite-users@sqlite.org > 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 sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] manual with sample C programs
Where do I find the source to the command-line tool. I looked but didn't see it. Sorry if this should be obvious. :) J. R. J. R. Westmoreland E-mail: j...@jrw.org -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Kees Nuyt Sent: Thursday, February 26, 2009 12:05 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] manual with sample C programs On Wed, 25 Feb 2009 19:51:07 -0500 (EST), Michael (mrobi...@cs.fiu.edu) 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 sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] manual with sample C programs
On Wed, 25 Feb 2009 19:51:07 -0500 (EST), Michael (mrobi...@cs.fiu.edu) 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 sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
Re: [sqlite] manual with sample C programs
> Could you tell me where can I find such documentation, or can you > recommend some books. "The Definitive Guide to SQLite" by Michael Owens explains the SQLite API in detail and provides a number of samples in C. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users