Re: [sqlite] sqlite3_step() question

2005-08-18 Thread Kiel W.
> There's the possibility of make a function called > sqlite3_step_at_position()?! Is it not feasable to do this in your wrapper function? For instance, in the wrappers I've written an use, I return a set of "rows" and the user can manipulate them however they wish. In your application, this

[sqlite] sqlite3_step() question

2005-08-11 Thread victor...
Hi, I'm making a database navigator bar using wxWindows and Sqlite3. How as it can handle a lot of rows, then i need take one row per time. But the user could back or go to a specific record. So, My question is how i query at specific position of a prepared stmt? If a call sqlite3_step() how can