Re: [sqlite] SQL Quick Review/Reference

2008-04-12 Thread Amit Uttamchandani
On Sat, 12 Apr 2008 17:23:55 +1000 Neville Franks <[EMAIL PROTECTED]> wrote: > For SQLite in particular "The Definitive Guide to SQLite" by Micahel > Owens is reasonably good. Unfortunately it has the worst index of any > book I can recall seeing, other than some Cook Books. This makes it > very

Re: [sqlite] SQL Quick Review/Reference

2008-04-12 Thread Amit Uttamchandani
On Sat, 12 Apr 2008 10:40:43 -0400 "P Kishor" <[EMAIL PROTECTED]> wrote: > On 4/12/08, Amit Uttamchandani <[EMAIL PROTECTED]> wrote: > > Hey everyone, > > > > Just got back into the world of SQL after being away for 5 years. This > > time I

[sqlite] SQL Quick Review/Reference

2008-04-11 Thread Amit Uttamchandani
Hey everyone, Just got back into the world of SQL after being away for 5 years. This time I decided to jump in with SQLite. It really has me excited. Anyways, I have done a lot database work but I seem to have forgotten a lot of the subtleties of database designs/schema. I am wondering if any

Re: [sqlite] problem with undefined reference

2008-04-05 Thread Amit Uttamchandani
On Sat, 5 Apr 2008 18:16:47 +0200 (CEST) dark0s dark0s <[EMAIL PROTECTED]> wrote: > Hi all, I am newbye in sqlite programming. > I written a little C program to begin with sqlite, and I posted it below: > > #include > #include > #include > > void main() { > > int rc, i; > sqlite3* db; >

Re: [sqlite] Proper use of sqlite-amalgamation.

2008-04-04 Thread Amit Uttamchandani
On Fri, 04 Apr 2008 07:42:50 +0200 Dimitri <[EMAIL PROTECTED]> wrote: > Hi, > > > I just had several questions regarding SQLite. While at the download > > page, it states that sqlite-amalgamation is the "preferred" way of > > acquiring SQLite code. So I went ahead and downloaded the latest > >