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
> column index out of range".
> 
> What is the solution to this problem?

  Check to be sure you're not trying to bind something to index 0.

  Bind indexes start at 1, not 0.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Intelligence is like underwear: it is important that you have it,
 but showing it to the wrong people has the tendency to make them
 feel uncomfortable." -- Angela Johnson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to