Re: [sqlite] sqlite book

2006-08-23 Thread Bud Beacham
I have purchased two books on SQLite.
   
  "The Definitive Guide to SQLite" by Micheal Owens covers version 3.
  "SQLite" by Chris Newman covers version 2, but most is applicable to version 
3.
   
  I have found both to be helpful, and would recommend buying either, or both.
   
  However, IMO they both spend to much time on C, and not enough time on Tcl.  
Also, neither book mentions that the Tcl implementation throws an exception for 
most SQLite errors versus just returning the appropriate errorcode value.

Cesar David Rodas Maldonado <[EMAIL PROTECTED]> wrote:
  Hello.. Please I need to know if is there a Good book about SQLite i want to
learn it, i want to know how to optimize and how it works

Thanks to all



[sqlite] sqlite book

2006-08-23 Thread Cesar David Rodas Maldonado

Hello.. Please I need to know if is there a Good book about SQLite i want to
learn it, i want to know how to optimize and how it works

Thanks to all


Re: [sqlite] SQLite Book

2004-11-13 Thread D. Richard Hipp
Bertrand Mansion wrote:
Tiago Dionizio wrote:

I just found that there is a book about SQLite and thought you would
like to know.
link to page: http://www.quepublishing.com/title/067232685X
I prefer to wait for DR Hipp's book... :)
I'm too busy writing software to take time to write a book right
now.  Besides, Chris Newman is a way better than me at writing
prose.  I've read most of his book on SQLite and can tell you that
it is very well done.
One caveat:  Due to the length of time needed to get a book to
press, Chris's book was mostly all written by the time SQLite
version 3.0 came out.  So (unless it has been revised since I
saw it) it mostly covers version 2.8.  On the other hand, version
2.8 is still the standard for PHP programmers as well as many
others and the differences between 2.8 and 3.0 are not that big.
So Chris's book still makes an excellent reference.
Another publisher has inquired about doing a book on SQLite
version 3.0.  But as far as I know, nobody has put pen to paper
for that project yet so you are unlikely to see anything on the
bookshelf before this time next year, if at all.
My recommendation is that you go ahead and get the book from
Sams.
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


Re: [sqlite] SQLite Book

2004-11-13 Thread Bertrand Mansion
Tiago Dionizio wrote:

>I just found that there is a book about SQLite and thought you would
>like to know.
>
>link to page: http://www.quepublishing.com/title/067232685X
>
>Book Description
>
>SQLite is a small, fast, embeddable database. What makes it popular is
>the combination of the database engine and interface into a single
>library as well as the ability to store all the data in a single file.
>Its functionality lies between MySQL and PostgreSQL, however it is
>faster than both databases.
>
>In SQLite, author Chris Newman provides a thorough, practical guide to
>using, administering and programming this up-and-coming database. If
>you want to learn about SQLite or about its use in conjunction with
>PHP this is the book for you.

I prefer to wait for DR Hipp's book... :)

Bertrand Mansion
Mamasam


[sqlite] SQLite Book

2004-11-12 Thread Tiago Dionizio
I just found that there is a book about SQLite and thought you would
like to know.

link to page: http://www.quepublishing.com/title/067232685X

Book Description

SQLite is a small, fast, embeddable database. What makes it popular is
the combination of the database engine and interface into a single
library as well as the ability to store all the data in a single file.
Its functionality lies between MySQL and PostgreSQL, however it is
faster than both databases.

In SQLite, author Chris Newman provides a thorough, practical guide to
using, administering and programming this up-and-coming database. If
you want to learn about SQLite or about its use in conjunction with
PHP this is the book for you.


Tiago