So i will try it.

But what to do before the book will be here?

  rc = sqlite3_exec(db, argv[2], callback, 0, &zErrMsg);
  if( rc!=SQLITE_OK ){
    fprintf(stderr, "SQL error: %s\n", zErrMsg);
    sqlite3_free(zErrMsg);
  }


What does the code if argument is 'select * from tbl1'?
I see, that the results are printed on the screen, but how to fill variables 
from the found values for example.

Is there some  well arranged manual on the internet?

Thank you

Jakub


Dne čtvrtek 08 březen 2007 16:08 Anderson, James H (IT) napsal(a):
> You won't be disappointed , it's a terrific book!
>
> -----Original Message-----
> From: Jakub Ladman [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 08, 2007 9:51 AM
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] stupid man's manual to sqlite?
>
> Thank you i will try my possibilities buying from amazon, while i am based
> in the Czech republic.
> Unfortunately it is little bit expensive for me, to buy it without looking
> into it before.
> Jakub
>
> Dne čtvrtek 08 březen 2007 15:25 Samuel R. Neff napsal(a):
> > I'd suggest Mike Owens book "The Definitive Guid to SQLite".  We just
> > started working with SQLite and are very impressed by the book.  It's a
> > very easy read, well written, and covers a ton of details of internals on
> > SQLite. There are several chapters with examples on using the C API (as
> > well as other language extensions).
> >
> > http://www.amazon.com/Definitive-Guide-SQLite/dp/1590596730/ref=pd_bbs_sr
> >_1 / 002-0953141-3838416
> >
> > HTH,
> >
> > Sam
> >
> >
> >
> > -------------------------------------------
> > We're Hiring! Seeking a passionate developer to join our team building
> > products. Position is in the Washington D.C. metro area. If interested
> > contact [EMAIL PROTECTED]
> >
> > -----Original Message-----
> > From: Jakub Ladman [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, March 08, 2007 7:26 AM
> > To: sqlite-users@sqlite.org
> > Subject: [sqlite] stupid man's manual to sqlite?
> >
> > Hi (much smarter) friends.
> > I need to start with sqlite (interfaced via C language) very quickly,
> > unfortunately.
> > I have not any experiences with any SQL, only some books.
> > I am searching for some "stupid man's manual to sqlite".
> > I can not found any basic's in documentation section of sqlite.org
> >
> >
> > -------------------------------------------------------------------------
> >-- -- To unsubscribe, send email to [EMAIL PROTECTED]
> > -------------------------------------------------------------------------
> >-- --
>
> ---------------------------------------------------------------------------
>-- To unsubscribe, send email to [EMAIL PROTECTED]
> ---------------------------------------------------------------------------
>-- --------------------------------------------------------
>
> NOTICE: If received in error, please destroy and notify sender. Sender does
> not intend to waive confidentiality or privilege. Use of this email is
> prohibited when received in error.
>
> ---------------------------------------------------------------------------
>-- To unsubscribe, send email to [EMAIL PROTECTED]
> ---------------------------------------------------------------------------
>--

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to