Hi, Let's assume you need to insert a small number of rows in a given table using the C++ API. Is it recommended to use the one-step query execution interface function sqlite3_exec over the pre-compiled statement interface functions sqlite3_prepare_v2, sqlite3_bind_int, ..., sqlite3_step ?
Is the second choice always faster than the first one, even for one insertion ? _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

