For read operation i am doing _prepare(), _step(), _finalize(). For all other operation i am doing _exec().
Do you see any issue ? Cheers - Techi On Mon, Aug 26, 2013 at 9:22 PM, Simon Slavin <[email protected]> wrote: > > On 26 Aug 2013, at 9:02am, techi eth <[email protected]> wrote: > > > Fun_Read() on TblTest** > > /* Do the periodic read operation by using db handler return from above*/ > > How is your read done ? Do you use _exec() like you do for the PRAGMA, or > _prepare(), _step(), _finalize(), or _query() or something else ? > > Simon. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

