Re: [sqlite] bind or column index out of range

2011-02-10 Thread Jay A. Kreibich
On Thu, Feb 10, 2011 at 11:24:34PM -0200, Fabr?cio Cruz Casarini scratched on the wall: > Guys, > > I am developing an application in php-gtk and I'm using sqlite3. > > I'm accessing the database using adodb class. > > Whenever I try to add a record to the table empty get the error "bind or >

[sqlite] bind or column index out of range

2011-02-10 Thread Fabrício Cruz Casarini
Guys, I am developing an application in php-gtk and I'm using sqlite3. I'm accessing the database using adodb class. Whenever I try to add a record to the table empty get the error "bind or column index out of range". What is the solution to this problem? []'s Fabrício Cruz Casarini

RE: [sqlite] "bind or column index out of range" when using :AAA notation?

2006-03-18 Thread Boris Popov
: Saturday, March 18, 2006 8:49 PM To: sqlite-users@sqlite.org Subject: [sqlite] "bind or column index out of range" when using :AAA notation? In the following prepared statement, SELECT * FROM STUFF WHERE ID = :2 OR ID = :17 Trying to determine index of ":17" via sqlite3_bind_par

[sqlite] "bind or column index out of range" when using :AAA notation?

2006-03-18 Thread Boris Popov
In the following prepared statement, SELECT * FROM STUFF WHERE ID = :2 OR ID = :17 Trying to determine index of ":17" via sqlite3_bind_parameter_index results in 'bind or column index out of range' exception. Am I misreading the docs again? ;) Quote: "... one or more literals can be replace by