Re: [sqlite] Error code 25

2005-11-01 Thread Arjen Markus
Hannes Ricklefs wrote: > > Hi, > > does anyone know what error code 25 stands for I can't find it in the > documentation! It occurs in relation to binding values to a prepared > statement. > > THanks, > Hannes You can find all codes in the sqlite.h include file: #define SQLITE_RANGE 25

[sqlite] Error code 25

2005-11-01 Thread Hannes Ricklefs
Hi, does anyone know what error code 25 stands for I can't find it in the documentation! It occurs in relation to binding values to a prepared statement. THanks, Hannes