Re: [sqlite] SQLite_master information on website

2006-08-06 Thread John Newby
Hi Gerry, thanks for this info, much appreciated. John. On 07/08/06, Gerry Snyder <[EMAIL PROTECTED]> wrote: John Newby wrote: > Hi, can anyone direct me to the right page relating to the sqlite_master > table please, I am unable to find it on the website. I do not know of a single complete

[sqlite] upgrade from sqlite 2.8.11 to sqlite3?

2006-08-06 Thread Julian Qian
Hi everyone. I am thinking about upgrading sqlite version, and I found lots of things changed in sqlite3, for example, sqliteBtreeUpdateMeta(Btree *pBt, int *aMeta) changed to sqlite3BtreeUpdateMeta(Btree *p, int idx, u32 iMeta), What should I put in idx and iMeta? and old code require call

Re: [sqlite] SQLite_master information on website

2006-08-06 Thread Gerry Snyder
John Newby wrote: Hi, can anyone direct me to the right page relating to the sqlite_master table please, I am unable to find it on the website. I do not know of a single complete description (other than the source code). The table is discussed near the bottom of the CREATE TABLE page in the

[sqlite] SQLite_master information on website

2006-08-06 Thread John Newby
Hi, can anyone direct me to the right page relating to the sqlite_master table please, I am unable to find it on the website. Many thanks John

RE: [sqlite] Connection error to a SQLite3 Database

2006-08-06 Thread Artie Pagan
That is correct -- it is ASP and COM object. I'll go ahead and report it to that forum. Thanks. -Original Message- From: Robert Simpson [mailto:[EMAIL PROTECTED] Sent: Sunday, August 06, 2006 4:40 PM To: sqlite-users@sqlite.org; [EMAIL PROTECTED] Subject: RE: [sqlite] Connection error

RE: [sqlite] Connection error to a SQLite3 Database

2006-08-06 Thread Robert Simpson
You'll have to report this on the forum where you got the wrapper you're using. It looks like ASP and COM objects? > -Original Message- > From: Artie Pagan [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 06, 2006 12:09 PM > To: sqlite-users@sqlite.org > Subject: [sqlite] Connection

[sqlite] Connection error to a SQLite3 Database

2006-08-06 Thread Artie Pagan
I am using the following to connect to a SQLite3 database: *** Set db = server.CreateObject("newObjects.sqlite.dbutf8") db.AutoType = True