RE: [sqlite] quickstart

2007-11-30 Thread Wilson, Ron
Thanks to all who have contributed to this topic! Ron Wilson, Senior Engineer, MPR Associates, 518.831.7546 -Original Message- From: Dennis Cote [mailto:[EMAIL PROTECTED] Sent: Thursday, November 29, 2007 11:09 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] quickstart On Nov 29

Re: [sqlite] quickstart

2007-11-29 Thread Dennis Cote
On Nov 29, 2007 12:03 PM, Wilson, Ron <[EMAIL PROTECTED]> wrote: > > http://www.sqlite.org/quickstart.html > > This page still shows the old callback method for usign sqlite3_exec(). > I actually haven't used SQlite in quite a long time, but judging from > recent list topics, this is no longer the

Re: [sqlite] quickstart

2007-11-29 Thread Chris Peachment
Here is a small code sample. Open the database and then: Result = sqlite3_prepare_v2(hdb, "select Name, FilePrefix from Application", 100, &hstmt, 0); if (Result != SQLITE_OK) { fprintf(stderr, "cannot select from Application table. Error Code: %d\n", Result); exit(1);

[sqlite] quickstart

2007-11-29 Thread Wilson, Ron
So a friend of mine was asking me how to get started using SQlite, so I pointed him here: http://www.sqlite.org/quickstart.html This page still shows the old callback method for usign sqlite3_exec(). I actually haven't used SQlite in quite a long time, but judging from recent list topics, this i

[sqlite] Quickstart missing?

2004-07-15 Thread Christian Smith
I think the link has been lost from the updated pages. I know it's here: http://www.sqlite.org/quickstart.html but nowhere references it in the sqlite/www source scripts. Perhaps it should be added to sqlite/www/docs.tcl. Cheers, Christian -- /"\ \ /ASCII RIBBON CAMPAIGN - AGAINST