On 2/11/15, Igor Tandetnik <[email protected]> wrote: > On 2/11/2015 5:46 PM, Jono Poff wrote: >> I wonder if anybody could give me a simple example in C to bind an array >> of values to a prepared statement? >>> > These approaches use stock capabilities of SQLite and don't require > heroic efforts (like patching source or implementing a virtual table). >
That virtual table you mentioned is implemented at https://www.sqlite.org/src/artifact/9dc57417fb65bc78 (for integer values, at least). -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

