Citando Igor Tandetnik <itandet...@mvps.org>: > galea...@korg.it wrote: >> is it possible to use a similar function to get_table but starting by >> a statement in order to use the bind facilities? > > Anything wrong with calling sqlite3_step in a loop? > > Igor Tandetnik > > > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >
I'm working on a real-time embedded system so I need to fetch all rows of query and copy them in memory during a low priority task and then return this structure to the other tasks. The table is just a good structure for my aims, that's why I'd like to use it without implementing my own structure again. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users