Re: [sqlite] gentle intro to including sqlite in another program

2009-03-25 Thread dcharno
P Kishor wrote: > so, I have read the tutes on the website, but just wanted to confirm... > > I want to take baby steps to including sqlite's capabilities in my > modeling program. Do I just include sqlite3.h and compile my program > and magic will happen, or do I need to do something else? > >

Re: [sqlite] gentle intro to including sqlite in another program

2009-03-25 Thread P Kishor
On Wed, Mar 25, 2009 at 7:58 PM, Dennis Cote wrote: > P Kishor wrote: >> >> so, I have read the tutes on the website, but just wanted to confirm... >> >> I want to take baby steps to including sqlite's capabilities in my >> modeling program. Do I just include sqlite3.h

Re: [sqlite] gentle intro to including sqlite in another program

2009-03-25 Thread Dennis Cote
P Kishor wrote: > so, I have read the tutes on the website, but just wanted to confirm... > > I want to take baby steps to including sqlite's capabilities in my > modeling program. Do I just include sqlite3.h and compile my program > and magic will happen, or do I need to do something else? >