Re: [sqlite] Cannot get bind to work

2010-11-17 Thread Chris Wolf
Simon Davies wrote: > On 17 November 2010 15:27, Jay A. Kreibich wrote: > >> On Wed, Nov 17, 2010 at 10:20:22AM -0500, Chris Wolf scratched on the wall: >> >>> I am trying to familiarize myself with the lower-level routines for >>> queries, so started with the >>>

Re: [sqlite] Cannot get bind to work

2010-11-17 Thread Chris Wolf
Jay A. Kreibich wrote: > On Wed, Nov 17, 2010 at 10:20:22AM -0500, Chris Wolf scratched on the wall: > >> I am trying to familiarize myself with the lower-level routines for >> queries, so started with the >> example here: >> > > > >> not working - error 25, range erorr: >> >>

Re: [sqlite] Cannot get bind to work

2010-11-17 Thread Simon Davies
On 17 November 2010 15:27, Jay A. Kreibich wrote: > On Wed, Nov 17, 2010 at 10:20:22AM -0500, Chris Wolf scratched on the wall: >> I am trying to familiarize myself with the lower-level routines for >> queries, so started with the >> example here: > > >> not working - error 25,

Re: [sqlite] Cannot get bind to work

2010-11-17 Thread Jay A. Kreibich
On Wed, Nov 17, 2010 at 10:20:22AM -0500, Chris Wolf scratched on the wall: > I am trying to familiarize myself with the lower-level routines for > queries, so started with the > example here: > not working - error 25, range erorr: > > ./client test.sqlite "select * from emp where ename = '?'"