Re: [sqlite] Sqlite3_step problem

2011-08-02 Thread Stephan Beal
On Tue, Aug 2, 2011 at 12:49 PM, Prasanth R Kosigi Shroff < prasanth@globaledgesoft.com> wrote: > i am trying to run a compiled query and i am passing it through > sqlite3_step API the return value is SQLITE_DONE. But the same query > works fine when i execute the same query using command

[sqlite] Sqlite3_step problem

2011-08-02 Thread Prasanth R Kosigi Shroff
hi i am trying to run a compiled query and i am passing it through sqlite3_step API the return value is SQLITE_DONE. But the same query works fine when i execute the same query using command line tool. #sqlite3 tmp.db SQLite version 3.4.2 Enter ".help" for instructions sqlite>select name from