Re: [sqlite] Error Binding Parameter to Compiled Statement

2009-04-17 Thread jonwood
SimonDavies wrote: > > Is sqlite3_reset() being called before looping around? > Nope. And calling it resolved the issue. I didn't realize that was necessary. Thanks much! Jonathan -- View this message in context: http://www.nabble.com/Error-Binding-Parameter-to-Compiled-Statement-tp23099

Re: [sqlite] Error Binding Parameter to Compiled Statement

2009-04-17 Thread Simon Davies
2009/4/17 jonwood : > > Greetings, > > I'm getting an error compiling a parameter to a compiled statement. > Unfortunately, since I'm using a customer wrapper class around sqlite, > posting my code won't be much help. Here's what I'm doing: > > I create a compiled statement (two, actually). > > The

[sqlite] Error Binding Parameter to Compiled Statement

2009-04-17 Thread jonwood
Greetings, I'm getting an error compiling a parameter to a compiled statement. Unfortunately, since I'm using a customer wrapper class around sqlite, posting my code won't be much help. Here's what I'm doing: I create a compiled statement (two, actually). Then, each time through a loop, I bind