Re: [sqlite] PRAGMA doesn't support parameter binds?

2009-04-13 Thread Mark Spiegel
t; 'Hope this helps. > > -- Mario > > > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Vinnie > Sent: Monday, April 13, 2009 12:53 PM > To: sqlite-users@sqlite.org > Subject: [sqlite] PRAGMA does

Re: [sqlite] PRAGMA doesn't support parameter binds?

2009-04-13 Thread mw
-boun...@sqlite.org] On Behalf Of Vinnie Sent: Monday, April 13, 2009 12:53 PM To: sqlite-users@sqlite.org Subject: [sqlite] PRAGMA doesn't support parameter binds? Sorry for only posting when I have a problem...but... I'm doing PRAGMA user_version=?; And getting result code SQLITE_ERROR (1) from

Re: [sqlite] PRAGMA doesn't support parameter binds?

2009-04-13 Thread Dan
On Apr 13, 2009, at 5:52 PM, Vinnie wrote: > > Sorry for only posting when I have a problem...but... > > I'm doing > > PRAGMA user_version=?; > > And getting result code SQLITE_ERROR (1) from sqlite3_prepare_v2(). > Of course I can't step into the sqlite3.c code because the Visual > Studio

[sqlite] PRAGMA doesn't support parameter binds?

2009-04-13 Thread Vinnie
Sorry for only posting when I have a problem...but... I'm doing PRAGMA user_version=?; And getting result code SQLITE_ERROR (1) from sqlite3_prepare_v2(). Of course I can't step into the sqlite3.c code because the Visual Studio 2008 debugger gets hopelessly confused when confronted with a